copr: trying to debug alembic idempotency

This commit is contained in:
Jakub Kadlcik 2019-08-05 21:03:19 +02:00 committed by Pierre-Yves Chibon
parent f2fd2eeeff
commit 5c95f45f5b

View file

@ -91,6 +91,9 @@
register: alembic_result
changed_when: alembic_result.stdout is search("Running upgrade")
- debug:
msg: alembic_result is {{ alembic_result }} and its stdout {{ alembic_result.stdout }}
# TODO: move production to lets-encrypt as well
- name: install ssl certificates for production
import_tasks: "install_certs.yml"