Debug the Bodhi staging-sync drop script.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
dafcc1cf64
commit
ed41f961a6
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
||||||
DROP TYPE ck_update_request CASCADE;
|
DROP TYPE ck_update_request CASCADE;
|
||||||
COMMIT;
|
COMMIT;
|
||||||
"
|
"
|
||||||
|
register: drop_script
|
||||||
|
- debug:
|
||||||
|
var: drop_script
|
||||||
|
verbosity: 2
|
||||||
- name: Import the prod db.
|
- name: Import the prod db.
|
||||||
shell: cat /var/tmp/bodhi2.dump | psql bodhi2
|
shell: cat /var/tmp/bodhi2.dump | psql bodhi2
|
||||||
- file: path=/var/tmp/bodhi2.dump state=absent
|
- file: path=/var/tmp/bodhi2.dump state=absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue