Nuke the prod koji db dump that gets cached on lockbox.

This commit is contained in:
Ralph Bean 2015-06-24 00:48:28 +00:00
parent e6ca3bfcbc
commit 15b7a54151

View file

@ -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