Remove the db dump when we are done with it.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
50a1456a4d
commit
1cd2468b6a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
"
|
"
|
||||||
- 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: dest=/var/tmp/bodhi2.dump state=absent
|
- file: dest=/var/tmp/bodhi2.dump state=absent
|
||||||
|
|
||||||
- name: bring staging services up (httpd)
|
- name: bring staging services up (httpd)
|
||||||
hosts: bodhi2-stg
|
hosts: bodhi2-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue