Remove conditional for tempfiles.d
The custom lock path conditional was getting in the way of laying down general temp directories for services. This change removes the conditional so the template will always be rendered as-is expected. Change-Id: Id61bc748f3a1b5a7c43413347e6783105d62a2eb Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
75de4f7ca3
commit
077afd6f6d
@ -55,8 +55,6 @@
|
||||
mode: "0644"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
when:
|
||||
- item.systemd_lock_path is defined
|
||||
with_items: "{{ systemd_services }}"
|
||||
tags:
|
||||
- systemd-service
|
||||
|
Loading…
Reference in New Issue
Block a user