remove the dump files when done so they do not interfere the next run

This commit is contained in:
Kevin Fenzi 2016-10-19 19:56:29 +00:00
parent 4b297e330d
commit 468a9952b7

View file

@ -69,6 +69,7 @@
- command: createdb fas2
- name: Import the prod db. This will take quite a while. Go get a snack!
shell: cat /var/tmp/fas2.dump | psql fas2
- command: rm -f /var/tmp/fas2.dump /var/tmp/fas2.dump.xz
- name: bring staging services up
hosts: fas01.stg.phx2.fedoraproject.org