munin: from container to vm #155

Merged
mg merged 91 commits from muninvm into master 2024-08-12 23:46:09 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ec985c3ec1 - Show all commits

View file

@ -1,5 +1,5 @@
--- ---
- name: "restart apache2" - name: "restart_apache2"
become: true become: true
ansible.builtin.systemd: ansible.builtin.systemd:
name: apache2 name: apache2

View file

@ -18,7 +18,7 @@
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"
- name: Enable fgcid - name: Enable fgcid
community.general.apache2_module: community.general.apache2_module: