mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update munin/tasks/apache.yml
This commit is contained in:
parent
51b61b6966
commit
ef46a9dfe5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Enable http://box/munin via Apache
|
- name: Enable http://box/munin via Apache
|
||||||
command: a2ensite munin24.conf
|
command: a2ensite munin24.conf
|
||||||
when: munin_enabled
|
when: munin_enabled | bool
|
||||||
|
|
||||||
- name: Disable http://box/munin via Apache
|
- name: Disable http://box/munin via Apache
|
||||||
command: a2dissite munin24.conf
|
command: a2dissite munin24.conf
|
||||||
|
|
Loading…
Reference in a new issue