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

This commit is contained in:
Zuul 2020-07-13 22:04:06 +00:00 committed by Gerrit Code Review
commit a6090384b1
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 }}