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:
Kevin Carter 2018-08-22 10:46:10 -05:00
parent 2e355a58fd
commit 18fe67eff5
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 1 additions and 0 deletions

View File

@ -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