mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update munin/tasks/main.yml
This commit is contained in:
parent
be078a9f06
commit
dac5e532fe
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Install Munin if it does not appear installed in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
|
- name: Install Munin if 'munin_installed' is not defined in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
|
||||||
include_tasks: install.yml
|
include_tasks: install.yml
|
||||||
when: not munin_installed is defined
|
when: munin_installed is undefined
|
||||||
|
|
||||||
- name: Enable or Disable Munin
|
- name: Enable or Disable Munin
|
||||||
include_tasks: enable-or-disable.yml
|
include_tasks: enable-or-disable.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue