automysqlbackup configuration via dict

This commit is contained in:
phil 2023-11-04 11:01:20 +01:00
parent 66b59e15f6
commit 4a456923a4
5 changed files with 28 additions and 36 deletions

View file

@ -4,11 +4,11 @@
name: munin-node
state: restarted
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: restart mariadb
service:
name: mariadb
state: restarted
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true