use include_tasks instead of include

Change-Id: I267750c6d8ffe68f9fc9a8fac8d9cfd43ae0e679
This commit is contained in:
zhulingjie 2018-10-11 14:32:05 -04:00
parent 65450a3c98
commit 0bcf3d7bbc
3 changed files with 3 additions and 3 deletions

View File

@ -32,4 +32,4 @@
- carbon_pip_virtualenv_python is not defined
- carbon_pip_executable is not defined
- include: "install/{{ carbon_install_method }}.yaml"
- include_tasks: "install/{{ carbon_install_method }}.yaml"

View File

@ -23,4 +23,4 @@
set_fact:
carbon_pip_name: "file://{{ carbon_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