use include_tasks instead of include

Change-Id: I02aeaed9d66432b0be0ef6cdc239a91f1a79e42d
This commit is contained in:
zhulingjie 2018-10-11 14:32:21 -04:00
parent ff8c067b3b
commit df6686a57a
3 changed files with 3 additions and 3 deletions

View File

@ -32,4 +32,4 @@
- openstacksdk_pip_virtualenv_python is not defined
- openstacksdk_pip_executable is not defined
- include: "install/{{ openstacksdk_install_method }}.yaml"
- include_tasks: "install/{{ openstacksdk_install_method }}.yaml"

View File

@ -23,4 +23,4 @@
set_fact:
openstacksdk_pip_name: "file://{{ openstacksdk_git_dest }}"
- include: pip.yaml
- include_tasks: pip.yaml

View File

@ -15,4 +15,4 @@
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yaml"
- include: install.yaml
- include_tasks: install.yaml