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:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
- nova-key
|
- nova-key
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
- include_tasks: nova_compute_key_distribute.yml
|
- include_tasks: nova_compute_key_distribute.yml
|
||||||
args:
|
args:
|
||||||
@ -34,6 +36,8 @@
|
|||||||
tags:
|
tags:
|
||||||
- nova-config
|
- nova-config
|
||||||
- nova-key
|
- nova-key
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
- name: Run the systemd mount role
|
- name: Run the systemd mount role
|
||||||
include_role:
|
include_role:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user