Drop sync and use fetch/copy
This commit is contained in:
parent
4b4462cd9c
commit
610bb114dd
1 changed files with 2 additions and 3 deletions
|
@ -51,15 +51,14 @@
|
|||
#
|
||||
# pull dump from prod to batcave
|
||||
#
|
||||
- synchronize:
|
||||
mode: pull
|
||||
- fetch:
|
||||
src: /var/tmp/fas2.dump.xz
|
||||
dest: /var/tmp/fas2.dump.xz
|
||||
delegate_to: db-fas01.phx2.fedoraproject.org
|
||||
#
|
||||
# push dump to stg from batcave
|
||||
#
|
||||
- synchronize:
|
||||
- copy:
|
||||
src: /var/tmp/fas2.dump.xz
|
||||
dest: /var/tmp/fas2.dump.xz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue