Remove legacy policy.json cleanup handler

Change-Id: If85dd0ec4105c216047bd05b101e98b95a7eb6c1
This commit is contained in:
Jonathan Rosser 2022-02-02 04:22:07 -05:00
parent 774fa30fa1
commit bcf2711ff0
1 changed files with 0 additions and 9 deletions

View File

@ -20,12 +20,3 @@
when: inventory_hostname in groups[item.group]
listen:
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted policy.json
file:
path: "/etc/sahara/policy.json"
state: absent
listen:
- "Restart sahara services"
- "venv changed"