diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index e9f919636c..5e3a472505 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -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