diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-10 14:45:35 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-10 14:45:35 +0000 |
commit | 594931453ba5240382727906f971d23966d30b26 (patch) | |
tree | cac089d409b47d6ac7c8e5900c2aea2d7e113e62 /playbooks | |
parent | 1c1c66ab30c38748acf5bcfe2b5940dedde2fa2c (diff) | |
download | ansible-594931453ba5240382727906f971d23966d30b26.tar.gz ansible-594931453ba5240382727906f971d23966d30b26.tar.xz ansible-594931453ba5240382727906f971d23966d30b26.zip |
Ignore errors here, as it will likely return 1 the first run.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/groups/proxies.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 8955ee48e..379071f63 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -122,6 +122,7 @@ - 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 + ignore_errors: true - name: make sure selinux contexts are right on srv command: restorecon -R /srv |