1
0
Fork 0
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:
A Holt 2020-01-13 18:54:44 -05:00 committed by GitHub
parent 24cec0f722
commit d7e9749de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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