Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-17 04:54:28 +00:00 committed by Gerrit Code Review
commit d8c4bf7f69
2 changed files with 8 additions and 8 deletions

View File

@ -24,15 +24,15 @@
tags:
- always
- include: almanach_pre_install.yml
- include_tasks: almanach_pre_install.yml
tags:
- almanach-install
- include: almanach_install.yml
- include_tasks: almanach_install.yml
tags:
- almanach-install
- include: almanach_post_install.yml
- include_tasks: almanach_post_install.yml
tags:
- almanach-install
- almanach-config

View File

@ -14,16 +14,16 @@
# 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 MongoDB
- include: test-install-mongodb.yml
- import_playbook: test-install-mongodb.yml
# Install Almanach
- include: test-install-almanach.yml
- import_playbook: test-install-almanach.yml
# Test Almanach
- include: test-functional-almanach.yml
- import_playbook: test-functional-almanach.yml