Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,4 +44,4 @@ ansible-lint: script: |- sh setup.sh cd ./kubespray grep -rl '^- hosts: \|^ hosts: ' --include \*.yml --include \*.yaml . | xargs -P 4 -n 25 ansible-lint -v -x '204' -x '301' -x '305' -x '401' grep -rl -e '^- hosts: \|^ hosts: ' . | grep -e '.yml' -e '.yaml' | grep ^./ | sed 's|^./||g' | xargs -P 4 -n 25 ansible-lint -v -x '204' -x '301' -x '305' -x '401' Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,4 +44,4 @@ ansible-lint: script: |- sh setup.sh cd ./kubespray grep -rl '^- hosts: \|^ hosts: ' --include \*.yml --include \*.yaml . | xargs -P 4 -n 25 ansible-lint -v -x '204' -x '301' -x '305' -x '401' grep -rl -e '^- hosts: \|^ hosts: ' . | grep -e '.yml' -e '.yaml' | grep ^./ | sed 's|^./||g' | xargs -P 4 -n 25 ansible-lint -v -x '204' -x '301' -x '305' -x '401'