Remove Pike task that is labeled for removal

Change-Id: I87691b934fab8cf67196b79c580c8e1fe359ff34
This commit is contained in:
Major Hayden 2018-02-14 16:12:36 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 4108ea1407
commit 1a9c6fb23d

View File

@ -31,15 +31,6 @@
mode: "02755"
with_items: "{{ filtered_swift_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.program_name }}.conf"
state: absent
with_items: "{{ filtered_swift_services }}"
- name: Create tmpfiles.d entry
template:
src: "swift-systemd-tmpfiles.j2"