Remove legacy policy.json cleanup handler

Change-Id: Icacceda4d73caaef54a2efca83a08dd7487bef83
This commit is contained in:
Jonathan Rosser 2022-02-02 04:13:26 -05:00
parent 28795b1050
commit 809e2dd185
1 changed files with 0 additions and 9 deletions

View File

@ -23,15 +23,6 @@
listen:
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted policy.json
file:
path: "/etc/ironic/policy.json"
state: absent
listen:
- "Restart ironic services"
- "venv changed"
- name: Restart tftpd
service:
name: "{{ ironic_tftpd_service_name }}"