Tweak the initial deploy tasks
This commit is contained in:
parent
dfde00d102
commit
7684cd0cb7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue