Remove legacy policy.json cleanup handler

Change-Id: I0078082f2701f4bec072c0c931996c2ee8c4af76
This commit is contained in:
Jonathan Rosser 2022-02-02 04:24:00 -05:00
parent 735f536e01
commit 9762f84a34
1 changed files with 0 additions and 12 deletions

View File

@ -31,15 +31,3 @@
- "Restart trove services"
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted config files
file:
path: "{{ item }}"
state: absent
with_items:
- /etc/trove/policy.json
- /etc/trove/trove-conductor.conf
- /etc/trove/trove-taskmanager.conf
listen:
- "Restart trove services"
- "venv changed"