add task to remove membership-map files in stg in proxies.yml
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
498f213226
commit
9d1f56f39c
2 changed files with 13 additions and 1 deletions
|
@ -156,3 +156,16 @@
|
|||
- name: make sure selinux contexts are right on srv
|
||||
command: restorecon -R /srv
|
||||
changed_when: false
|
||||
|
||||
- name: Remove membership-map files
|
||||
hosts: proxies_stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- membership-map
|
||||
|
|
|
@ -41,6 +41,5 @@
|
|||
- theme/default/style.css
|
||||
- mirrors.html
|
||||
- f-dot.png
|
||||
- /var/www/mirrormanager-statistics/map
|
||||
tags:
|
||||
- cleanup
|
Loading…
Add table
Add a link
Reference in a new issue