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