diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 83e569fd4e..446fbc052f 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -114,9 +114,12 @@ # # If this is an initial deployment, make sure docs are synced over. + # Do not count these as changed ever # - name: make sure docs are synced. This could take a very very very logtime to finish shell: /usr/local/bin/lock-wrapper docs-sync "/usr/local/bin/docs-rsync" >& /dev/null + changed_when: false - name: make sure selinux contexts are right on srv - command: restorecon -Rv /srv + command: restorecon -R /srv + changed_when: false