Merge "use include_tasks instead of include"
This commit is contained in:
commit
3ad487fb5a
@ -5,10 +5,10 @@
|
||||
- ca-certificates
|
||||
- curl
|
||||
|
||||
- include: ubuntu.yml
|
||||
- include_tasks: ubuntu.yml
|
||||
when:
|
||||
ansible_pkg_mgr == 'apt'
|
||||
|
||||
- include: centos.yml
|
||||
- include_tasks: centos.yml
|
||||
when:
|
||||
ansible_pkg_mgr == 'yum'
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
- include: ubuntu.yml
|
||||
- include_tasks: ubuntu.yml
|
||||
when:
|
||||
ansible_pkg_mgr == 'apt'
|
||||
|
||||
- include: centos.yml
|
||||
- include_tasks: centos.yml
|
||||
when:
|
||||
ansible_pkg_mgr == 'yum'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user