s/dest/path/ for preferred usage.

This commit is contained in:
Ralph Bean 2017-06-23 00:10:13 +00:00
parent dc6fc6e0aa
commit 8627f13428
4 changed files with 4 additions and 4 deletions

View file

@ -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: path=/var/tmp/bodhi2.dump state=absent
- name: bring staging services up (httpd) - name: bring staging services up (httpd)
hosts: bodhi2-stg hosts: bodhi2-stg

View file

@ -85,4 +85,4 @@
tasks: tasks:
- name: Nuke the prod db dump that we cached on lockbox - name: Nuke the prod db dump that we cached on lockbox
file: dest=/var/tmp/koji.dump state=absent file: path=/var/tmp/koji.dump state=absent

View file

@ -76,7 +76,7 @@
tasks: tasks:
- name: Nuke the prod db dump that we cached on batcave - name: Nuke the prod db dump that we cached on batcave
file: dest=/var/tmp/prod-mailman-dump/ state=absent file: path=/var/tmp/prod-mailman-dump/ state=absent
- name: convert the data to staging and bring services back up. This will take a while too. - name: convert the data to staging and bring services back up. This will take a while too.

View file

@ -47,7 +47,7 @@
- command: createdb -O pdc pdc - command: createdb -O pdc pdc
- name: Import the prod db. - name: Import the prod db.
shell: cat /var/tmp/pdc.dump | psql pdc shell: cat /var/tmp/pdc.dump | psql pdc
- file: dest=/var/tmp/pdc.dump state=absent - file: path=/var/tmp/pdc.dump state=absent
- name: bring staging services up (httpd) - name: bring staging services up (httpd)
hosts: pdc-web-stg hosts: pdc-web-stg