Remove legacy pipeline cleanup task

Change-Id: I566019a0af35436c93d1b25494ed5e89aa081807
This commit is contained in:
Jonathan Rosser 2022-02-02 04:06:02 -05:00
parent ff47557775
commit 0524ffc5dc
1 changed files with 0 additions and 7 deletions

View File

@ -87,13 +87,6 @@
with_items: "{{ ceilometer_core_files }}"
when: item.condition | default(True)
# NOTE(noonedeadpunk): We need to cleanup previously placed pipeline.yml since it will have
# precedence over libs where we place it now. We should drop it in W
- name: Cleanup pipeline.yml
file:
path: /etc/ceilometer/pipeline.yaml
state: absent
# NOTE(cloudnull): This will ensure strong permissions on all rootwrap files.
- name: Set rootwrap.d permissions
file: