Remove legacy policy.json cleanup handler

Change-Id: I70befc610166e7be23cf8deeec2fc0653ed5ea36
This commit is contained in:
Jonathan Rosser 2022-02-02 04:23:22 -05:00
parent 5388201d1d
commit 67eefea777
1 changed files with 0 additions and 9 deletions

View File

@ -23,12 +23,3 @@
daemon_reload: yes
listen:
- "venv changed"
# NOTE (noonedeadpunk): Remove this task after Xena release
- name: Remove obsoleted policy.json
file:
path: "{{ tacker_etc_dir }}/policy.json"
state: absent
listen:
- "Restart tacker services"
- "venv changed"