summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-02-09 23:18:27 +0000
committerKevin Fenzi <kevin@scrye.com>2016-02-09 23:18:27 +0000
commit7684cd0cb79a722975a1526b8495494eb094bd5f (patch)
tree2a22c7eaab941dc8e60707bcfedaa2145b7c3747 /playbooks
parentdfde00d1025aea9667f7b3f1aaed63ac2de2bf02 (diff)
downloadansible-7684cd0cb79a722975a1526b8495494eb094bd5f.tar.gz
ansible-7684cd0cb79a722975a1526b8495494eb094bd5f.tar.xz
ansible-7684cd0cb79a722975a1526b8495494eb094bd5f.zip
Tweak the initial deploy tasks
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/groups/proxies.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml
index 83e569fd4..446fbc052 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