Merge "Switch to import_tasks when tags should be applied"

This commit is contained in:
Zuul 2019-03-27 03:03:58 +00:00 committed by Gerrit Code Review
commit 31b32728a9
1 changed files with 9 additions and 9 deletions

View File

@ -39,24 +39,24 @@
tags:
- always
- include_tasks: horizon_pre_install.yml
- import_tasks: horizon_pre_install.yml
tags:
- horizon-install
- include_tasks: horizon_install.yml
- import_tasks: horizon_install.yml
tags:
- horizon-install
- include_tasks: horizon_post_install.yml
- import_tasks: horizon_post_install.yml
tags:
- horizon-config
- include_tasks: horizon_db_setup.yml
- import_tasks: horizon_db_setup.yml
when: inventory_hostname == ansible_play_hosts[0]
tags:
- horizon-config
- include_tasks: horizon_ssl_self_signed.yml
- import_tasks: horizon_ssl_self_signed.yml
when:
- horizon_enable_ssl | bool
- not (horizon_external_ssl | bool)
@ -64,7 +64,7 @@
tags:
- horizon-config
- include_tasks: horizon_ssl_user_provided.yml
- import_tasks: horizon_ssl_user_provided.yml
when:
- horizon_enable_ssl | bool
- not (horizon_external_ssl | bool)
@ -81,7 +81,7 @@
- horizon-config
- horizon-ssl
- include_tasks: horizon_service_setup.yml
- import_tasks: horizon_service_setup.yml
tags:
- horizon-config
@ -102,11 +102,11 @@
tags:
- horizon-config
- include_tasks: horizon_apache.yml
- import_tasks: horizon_apache.yml
tags:
- horizon-config
- include_tasks: horizon_translations_update.yml
- import_tasks: horizon_translations_update.yml
when: horizon_translations_update | bool
tags:
- horizon-config