1
0
Fork 0
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:
A Holt 2020-01-17 22:23:38 -05:00 committed by GitHub
parent be078a9f06
commit dac5e532fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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