Remove legacy policy.json cleanup handler

Change-Id: Ic78fa04baba562f20a7e2288e0834fb3eb825503
This commit is contained in:
Jonathan Rosser 2022-02-02 04:12:41 -05:00
parent 81121a5370
commit 42fadbc03f
1 changed files with 1 additions and 9 deletions

View File

@ -22,12 +22,4 @@
with_items: "{{ filtered_heat_services }}"
listen:
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted policy.json
file:
path: "/etc/heat/policy.json"
state: absent
listen:
- "Restart heat services"
- "venv changed"