From 077afd6f6d6a3ecfaeae746f053b05accc2c7584 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 27 Jun 2018 18:38:36 -0500 Subject: [PATCH] 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 --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0bc49a4..abcb17e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,8 +55,6 @@ mode: "0644" owner: "root" group: "root" - when: - - item.systemd_lock_path is defined with_items: "{{ systemd_services }}" tags: - systemd-service