Revert "copr: trying to debug alembic idempotency"

This reverts commit d2bb32e48f107f2bbc6f408c21befb7032c0bda5.
This commit is contained in:
Jakub Kadlcik 2019-08-05 21:21:09 +02:00 committed by Pierre-Yves Chibon
parent 7def454907
commit 713172ff95

View file

@ -91,9 +91,6 @@
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"