Remove Pike task that is labeled for removal

Change-Id: I096b661968ed7a263faca80d8e5ea703ed5d3aa3
This commit is contained in:
Major Hayden 2018-02-14 15:35:41 -06:00
parent 66319e9008
commit 03f721d545
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

@ -32,15 +32,6 @@
mode: "02755"
with_items: "{{ filtered_cinder_services }}"
# TODO(mgariepy):
# Remove this in Pike as it only needed to handle upgrades
# from Newton->Newton and Newton->Ocata
- name: Cleanup old tmpfiles.d entry
file:
path: "/etc/tmpfiles.d/{{ item.service_name }}.conf"
state: absent
with_items: "{{ filtered_cinder_services }}"
- name: Create tmpfiles.d entry
template:
src: "cinder-systemd-tmpfiles.j2"