File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
provision-contest/ansible/roles/judgedaemon/tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ set -euxo pipefail
55# shellcheck disable=SC2044
66for book in $( find ./ -maxdepth 1 -name " *.yml" ) ; do
77 if [ " $book " != " ./handlers.yml" ]; then
8- ansible-lint " $book " -x braces,line-length
8+ ansible-lint " $book " -x ' braces,yaml[ line-length] '
99 fi
1010done
1111# shellcheck disable=SC2044
1212for dir in $( find ./roles -maxdepth 1 -type d) ; do
13- ansible-lint " $dir " -x braces,line-length
13+ ansible-lint " $dir " -x ' braces,yaml[ line-length] '
1414done
Original file line number Diff line number Diff line change 3131
3232- name : Pre-generate the kernel flags for ansible usage
3333 set_fact :
34- procline : " cgroup_enable=memory swapaccount=1 isolcpus={{ cpucore| join(',') }}"
34+ procline : " cgroup_enable=memory swapaccount=1 isolcpus={{ cpucore | join(',') }}"
3535
3636- name : add cgroup kernel parameters
3737 lineinfile :
You can’t perform that action at this time.
0 commit comments