mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
copr: trying to debug alembic idempotency
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f2fd2eeeff
commit
5c95f45f5b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user