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 0 additions and 10 deletions
Showing only changes of commit dbf923d0d0 - Show all commits

View file

@ -14,12 +14,4 @@
enabled: true
masked: false
state: restarted
- name: "restart ssmtp"
become: true
ansible.builtin.systemd:
name: ssmtp
enabled: true
masked: false
state: restarted
...

View file

@ -3,6 +3,4 @@
ansible.builtin.template:
src: ssmtp.conf
dest: /etc/ssmtp/ssmtp.conf
notify: "restart ssmtp"
...