I think our polluting of / with retry's is from the nightly cron job for ansible changes. I think this will fix it.
[smooge@lockbox01 puppet (master)]$ git diff HEAD diff --git a/modules/scripts/files/ansible-playbook-check-diff.cron b/modules/scripts/files/ansible-playbook-check-diff.cron index 1d06879..eeec65f 100755 --- a/modules/scripts/files/ansible-playbook-check-diff.cron +++ b/modules/scripts/files/ansible-playbook-check-diff.cron @@ -2,6 +2,7 @@ mailto='[email protected]' source /root/sshagent >>/dev/null export ANSIBLE_HOST_KEY_CHECKING=False +export HOME=/root/ #export ANSIBLE_SSH_PIPELINING=False /srv/web/infra/ansible/scripts/ansible-playbook-check-diff |& grep ok= -- Stephen J Smoogen.
_______________________________________________ infrastructure mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/infrastructure
