diff --git a/ci-scripts/ansible-lint.sh b/ci-scripts/ansible-lint.sh index 61e96d9e5..4a3129330 100644 --- a/ci-scripts/ansible-lint.sh +++ b/ci-scripts/ansible-lint.sh @@ -14,7 +14,7 @@ SKIPLIST="ANSIBLE0006,ANSIBLE0007,ANSIBLE0010,ANSIBLE0012,ANSIBLE0013,ANSIBLE001 # lint the playbooks separately to avoid linting the roles multiple times pushd playbooks -for playbook in `find . -type f -regex '.*\.y[a]?ml' -print0`; do +for playbook in `find . -type f -regex '.*\.y[a]?ml'`; do ansible-lint -vvv -x $SKIPLIST $playbook || lint_error=1 done popd diff --git a/roles/freeipa-setup/templates/deploy_freeipa.sh.j2 b/roles/freeipa-setup/templates/deploy_freeipa.sh.j2 index 5914bbdb6..ddf17ea07 100644 --- a/roles/freeipa-setup/templates/deploy_freeipa.sh.j2 +++ b/roles/freeipa-setup/templates/deploy_freeipa.sh.j2 @@ -81,3 +81,4 @@ EOF iptables-restore < freeipa-iptables-rules.txt ### ---stop_docs +