Nuke the prod koji db dump that gets cached on lockbox.
This commit is contained in:
parent
e6ca3bfcbc
commit
15b7a54151
1 changed files with 12 additions and 0 deletions
|
@ -97,3 +97,15 @@
|
|||
- service: name=httpd state=started
|
||||
- service: name=kojid state=started
|
||||
- service: name=kojira state=started
|
||||
|
||||
- name: Nuke the prod db dump that we cached on lockbox
|
||||
hosts: lockbox
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: Nuke the prod db dump that we cached on lockbox
|
||||
file: dest=/var/tmp/prod-koji-dump/ state=absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue