Merge "Use include_tasks instead of include"
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
- include: cloudkitty_pre_install.yml
|
||||
- include: cloudkitty_install.yml
|
||||
- include: cloudkitty_post_install.yml
|
||||
- include_tasks: cloudkitty_pre_install.yml
|
||||
- include_tasks: cloudkitty_install.yml
|
||||
- include_tasks: cloudkitty_post_install.yml
|
||||
|
||||
- include: cloudkitty_service_setup.yml
|
||||
- include_tasks: cloudkitty_service_setup.yml
|
||||
when: inventory_hostname == groups['cloudkitty_all'][0]
|
||||
|
||||
- import_tasks: mq_setup.yml
|
||||
|
@@ -14,12 +14,12 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Setup the host
|
||||
- include: common/test-setup-host.yml
|
||||
- import_playbook: common/test-setup-host.yml
|
||||
|
||||
# Install RabbitMQ/MariaDB
|
||||
- include: common/test-install-infra.yml
|
||||
- import_playbook: common/test-install-infra.yml
|
||||
|
||||
# Install Keystone
|
||||
- include: common/test-install-keystone.yml
|
||||
- import_playbook: common/test-install-keystone.yml
|
||||
|
||||
- include: test-install-cloudkitty.yml
|
||||
- import_playbook: test-install-cloudkitty.yml
|
||||
|
Reference in New Issue
Block a user