From 7684cd0cb79a722975a1526b8495494eb094bd5f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Feb 2016 23:18:27 +0000 Subject: [PATCH] Tweak the initial deploy tasks --- playbooks/groups/proxies.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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