Merge "Mailman3: check docker-compose stderr not stdout"

This commit is contained in:
Zuul 2023-08-17 21:19:59 +00:00 committed by Gerrit Code Review
commit e8a274e8cc

View File

@ -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: