This has to be shell as we are using a | in it.

This commit is contained in:
Kevin Fenzi 2016-01-20 20:42:28 +00:00
parent 4d82429eb2
commit f28fe35b10

View file

@ -31,7 +31,7 @@
tasks:
- name: Dumping the production db. This might take a minute. Go out to the lobby!
command: pg_dump -C fas2 |xz -c /var/tmp/fas2.dump.xz
shell: pg_dump -C fas2 |xz -c /var/tmp/fas2.dump.xz
- name: drop and re-create the staging db entirely
hosts: db-fas01.stg.phx2.fedoraproject.org