From 927a5e12ad0dd47d15ba3f18d0f2f37d4b1ca748 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 5 Aug 2019 21:11:05 +0200 Subject: [PATCH] copr: trying to debug alembic idempotency, pt2 --- roles/copr/frontend-cloud/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend-cloud/tasks/main.yml b/roles/copr/frontend-cloud/tasks/main.yml index a7534d3bcf..8f95a78375 100644 --- a/roles/copr/frontend-cloud/tasks/main.yml +++ b/roles/copr/frontend-cloud/tasks/main.yml @@ -92,7 +92,7 @@ changed_when: alembic_result.stdout is search("Running upgrade") - debug: - msg: alembic_result is {{ alembic_result }} and its stdout {{ alembic_result.stdout }} + msg: alembic_result is {{ alembic_result }} and its stdout {{ alembic_result.stdout }} ands stderr is {{ alembic_result.stdout }} # TODO: move production to lets-encrypt as well - name: install ssl certificates for production