Main tasks introduced without tags
These tasks were introduced without a tag like -config or -install and break the expected behavior of separating install and config: When running only install, these tasks will run, but the register they depend on has not run, resulting in an undefined variable. Change-Id: I41b17bfa30750cb9c6cb6a97683f518d759474c6
This commit is contained in:
parent
2112f3d9b4
commit
146ac22e75
@ -76,6 +76,8 @@
|
|||||||
retries: 300
|
retries: 300
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ async_compile_messages.results }}"
|
- "{{ async_compile_messages.results }}"
|
||||||
|
tags:
|
||||||
|
- horizon-config
|
||||||
|
|
||||||
# NOTE(mhayden): The async_status check here must be done as the horizon user
|
# NOTE(mhayden): The async_status check here must be done as the horizon user
|
||||||
# since the original task ran as that user. This task will fail if it is run
|
# since the original task ran as that user. This task will fail if it is run
|
||||||
@ -91,6 +93,8 @@
|
|||||||
retries: 300
|
retries: 300
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ async_compress_static_files.results }}"
|
- "{{ async_compress_static_files.results }}"
|
||||||
|
tags:
|
||||||
|
- horizon-config
|
||||||
|
|
||||||
- include: horizon_apache.yml
|
- include: horizon_apache.yml
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user