Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-16 07:08:16 +00:00 committed by Gerrit Code Review
commit 188b0e77c9
3 changed files with 5 additions and 5 deletions

View File

@ -27,4 +27,4 @@
- common/test-vars.yml
# Re-run functional tests
- include: test-galera-server-functional.yml
- import_playbook: test-galera-server-functional.yml

View File

@ -14,4 +14,4 @@
# limitations under the License.
# Setup the host
- include: common/test-setup-host.yml
- import_playbook: common/test-setup-host.yml

View File

@ -14,10 +14,10 @@
# limitations under the License.
# Setup the host
- include: common/test-setup-host.yml
- import_playbook: common/test-setup-host.yml
# Install previous version Galera server
- include: common/test-install-galera.yml
- import_playbook: common/test-install-galera.yml
# Run functional tests
- include: test-galera-server-functional.yml
- import_playbook: test-galera-server-functional.yml