From 18fe67eff533015788a6c1c0c053f2f861e18ff0 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 22 Aug 2018 10:46:10 -0500 Subject: [PATCH] Add always tag to systemd version task The systemd version task requires an always tag to ensure it runs no matter the tags provided on the CLI. If a deployer runs the role with tags and this tag is not set the prep include task file will fail to load. Change-Id: Ic513225cdbd0f9fb49e61d499ab5e1ad5577caa5 Signed-off-by: Kevin Carter --- tasks/lxc_cache_preparation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/lxc_cache_preparation.yml b/tasks/lxc_cache_preparation.yml index 9265f0b2..cf18371d 100644 --- a/tasks/lxc_cache_preparation.yml +++ b/tasks/lxc_cache_preparation.yml @@ -20,6 +20,7 @@ tags: # Avoid ANSIBLE0006 lint issue: systemctl used in place of systemd module - skip_ansible_lint + - always - block: - name: Create machined proxy override unit directories