You've already forked role-check-mk-agent
Updated format for include vars
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
# tasks file for ansible-role-cmk-agent
|
# tasks file for ansible-role-cmk-agent
|
||||||
|
|
||||||
# Include OS Variables
|
# Include OS Variables
|
||||||
- include_vars: "{{ ansible_os_family }}.yml"
|
- include_vars:
|
||||||
|
dir: 'vars'
|
||||||
|
files_matching: "{{ ansible_os_family }}.yml"
|
||||||
|
|
||||||
- include_tasks: "{{ ansible_os_family }}.yml"
|
- include_tasks: "{{ ansible_os_family }}.yml"
|
||||||
- meta: flush_handlers
|
- meta: flush_handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user