You've already forked role-check-mk-agent
Initial Commit
This commit is contained in:
9
tasks/main.yml
Normal file
9
tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# tasks file for ansible-role-cmk-agent
|
||||
- include_tasks: "{{ ansible_os_family }}.yml"
|
||||
- meta: flush_handlers
|
||||
|
||||
- include_tasks: host-management.yml
|
||||
when: cmk_fresh_install
|
||||
- include_tasks: "{{ ansible_os_family }}-register.yml"
|
||||
when: cmk_fresh_install
|
||||
Reference in New Issue
Block a user