munin: from container to vm #155
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
notify: "restart_apache2"
|
#notify: "restart_apache2" TODO
|
||||||
|
# TODO validate: apachectl -S
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
|
|
Loading…
Reference in a new issue