Merge "Use include_tasks instead of include"
This commit is contained in:
commit
5baa1c667a
@ -45,7 +45,7 @@
|
||||
become: yes
|
||||
|
||||
- name: Setup OS specific openafs-client environment
|
||||
include: "{{ lookup('first_found', params) }}"
|
||||
include_tasks: "{{ lookup('first_found', params) }}"
|
||||
vars:
|
||||
params:
|
||||
files:
|
||||
@ -61,4 +61,4 @@
|
||||
name: openafs-client
|
||||
state: started
|
||||
enabled: yes
|
||||
become: yes
|
||||
become: yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
- name: Install puppet packages
|
||||
include: "{{ lookup('first_found', params) }}"
|
||||
include_tasks: "{{ lookup('first_found', params) }}"
|
||||
vars:
|
||||
params:
|
||||
files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user