Tweak the initial deploy tasks

This commit is contained in:
Kevin Fenzi 2016-02-09 23:18:27 +00:00
parent dfde00d102
commit 7684cd0cb7

View file

@ -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