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:
Kevin Carter 2018-06-27 18:38:36 -05:00
parent 75de4f7ca3
commit 077afd6f6d
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@
mode: "0644"
owner: "root"
group: "root"
when:
- item.systemd_lock_path is defined
with_items: "{{ systemd_services }}"
tags:
- systemd-service