Fix nova-key tag handling
It appears that this tag stopped working recently when switching from import to include syntax. This patch adds the necessary 'always' tag to ensure the 'nova-key' tag gets carried through. Change-Id: Iee1dca9221b6968d11be54fc1df03b2f8a6c3f44
This commit is contained in:
parent
4618d8d95c
commit
7a0c0f0ad2
@ -27,6 +27,8 @@
|
||||
tags:
|
||||
- nova-config
|
||||
- nova-key
|
||||
tags:
|
||||
- always
|
||||
|
||||
- include_tasks: nova_compute_key_distribute.yml
|
||||
args:
|
||||
@ -34,6 +36,8 @@
|
||||
tags:
|
||||
- nova-config
|
||||
- nova-key
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Run the systemd mount role
|
||||
include_role:
|
||||
|
Loading…
Reference in New Issue
Block a user