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 <kevin.carter@rackspace.com>
This commit is contained in:
parent
2e355a58fd
commit
18fe67eff5
@ -20,6 +20,7 @@
|
|||||||
tags:
|
tags:
|
||||||
# Avoid ANSIBLE0006 lint issue: systemctl used in place of systemd module
|
# Avoid ANSIBLE0006 lint issue: systemctl used in place of systemd module
|
||||||
- skip_ansible_lint
|
- skip_ansible_lint
|
||||||
|
- always
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Create machined proxy override unit directories
|
- name: Create machined proxy override unit directories
|
||||||
|
Loading…
Reference in New Issue
Block a user