mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cleaner munin/tasks/main.yml
This commit is contained in:
parent
24cec0f722
commit
d7e9749de9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
- name: Install munin
|
||||
include_tasks: install.yml
|
||||
when: munin_install | bool and not munin_installed is defined
|
||||
when: munin_install and not munin_installed is defined
|
||||
|
||||
- name: Enable munin
|
||||
include_tasks: enable.yml
|
||||
when: munin_install | bool or munin_installed is defined
|
||||
when: munin_install or munin_installed is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue