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:
Pedro Moura 2023-09-22 15:51:49 -03:00
parent 498f213226
commit 9d1f56f39c
2 changed files with 13 additions and 1 deletions

View file

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

View file

@ -41,6 +41,5 @@
- theme/default/style.css
- mirrors.html
- f-dot.png
- /var/www/mirrormanager-statistics/map
tags:
- cleanup