use include_tasks instead of include

Change-Id: I364853897d9dd7e4d4b772e159e10dcd87ebc0c8
This commit is contained in:
zhulingjie 2018-10-11 14:32:13 -04:00
parent 4b7b7bb0bf
commit 8b3093c521
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yaml"
- include: install.yaml
- include_tasks: install.yaml
become: yes
- include: config.yaml
- include_tasks: config.yaml
become: yes
- include: service.yaml
- include_tasks: service.yaml
become: yes