Remove legacy policy.json cleanup handler

Depends-On:  https://review.opendev.org/c/openstack/openstack-ansible/+/839988
Change-Id: Ibbb2a51e17a37e17469b1b4d4c1b8c0fc0450b35
This commit is contained in:
Jonathan Rosser 2022-02-02 04:18:26 -05:00 committed by Marc Gariépy
parent 74fc74108e
commit 42e1f72e25
1 changed files with 0 additions and 9 deletions

View File

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