use include_tasks instead of include

Change-Id: I3d2b7206b879f9fcfd9d70f4ceaab470d6e86750
This commit is contained in:
caoyuan 2018-07-24 18:58:00 +08:00
parent fddfad4cc2
commit 995cbd12d6
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