Debug the Bodhi staging-sync drop script.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-07-17 19:41:59 +00:00
parent dafcc1cf64
commit ed41f961a6

View file

@ -74,6 +74,10 @@
DROP TYPE ck_update_request CASCADE;
COMMIT;
"
register: drop_script
- debug:
var: drop_script
verbosity: 2
- name: Import the prod db.
shell: cat /var/tmp/bodhi2.dump | psql bodhi2
- file: path=/var/tmp/bodhi2.dump state=absent