Merge "Task should fail on any failure" into stable/ussuri

This commit is contained in:
Zuul 2020-07-13 19:53:17 +00:00 committed by Gerrit Code Review
commit 8ce4477b3a
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ outputs:
block:
- name: copy certificate, chgrp, restart haproxy
shell: |
set -e
{{ container_cli }} cp {{ cert_path }} {{ item }}:{{ cert_path }}
{{ container_cli }} exec --user root {{ item }} chgrp haproxy {{ cert_path }}
{{ container_cli }} kill --signal=HUP {{ item }}