bodhi / staging-sync: fix copy syntax
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
36429f347f
commit
62b9bcbce2
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@
|
|||
- ansible.builtin.copy:
|
||||
src: /srv/web/infra/db-dumps/bodhi2.dump.xz
|
||||
dest: /var/tmp/bodhi2.dump.xz
|
||||
owner: postgres group=postgres
|
||||
owner: postgres
|
||||
group: postgres
|
||||
- ansible.builtin.command: unxz /var/tmp/bodhi2.dump.xz
|
||||
creates=/var/tmp/bodhi2.dump
|
||||
- ansible.builtin.command: dropdb bodhi2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue