Use include_tasks instead of include

Change-Id: Ic8f2d3ea0adc230fe8346f19a7ebb7f5475d72fe
This commit is contained in:
caoyuan 2018-07-24 18:58:38 +08:00
parent 80acadbb1e
commit 6d9464b9df
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
user: root
become: true
pre_tasks:
- include: "common/common-tasks/test-set-nodepool-vars.yml"
- include_tasks: "common/common-tasks/test-set-nodepool-vars.yml"
# These directories are removed because the gate job has them in
# the base image.
- name: Remove local mysql directories if they exist