Merge "Mailman3: check docker-compose stderr not stdout"
This commit is contained in:
commit
e8a274e8cc
@ -5,7 +5,7 @@
|
||||
|
||||
- name: mailman restart containers if running
|
||||
# Also makes sure the containers weren't just restarted by an image update
|
||||
when: uwsgi_pids.rc == 0 and "is up-to-date" in mailman_dcup.stdout
|
||||
when: uwsgi_pids.rc == 0 and "is up-to-date" in mailman_dcup.stderr
|
||||
block:
|
||||
- name: down containers
|
||||
shell:
|
||||
|
Loading…
Reference in New Issue
Block a user