Merge "Task should fail on any failure"

This commit is contained in:
Zuul 2020-07-08 16:01:16 +00:00 committed by Gerrit Code Review
commit 9d9c5846ca
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 }}