copr: trying to debug alembic idempotency
This commit is contained in:
parent
f2fd2eeeff
commit
5c95f45f5b
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue