Merge "Use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-16 06:57:56 +00:00 committed by Gerrit Code Review
commit c2009b10b5
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