automysqlbackup configuration via dict
This commit is contained in:
parent
66b59e15f6
commit
4a456923a4
5 changed files with 28 additions and 36 deletions
|
@ -8,5 +8,5 @@
|
|||
- name: "Backup | Copy automysqlbackup postbackup script"
|
||||
ansible.builtin.copy:
|
||||
src: automysqlbackup_post_script
|
||||
dest: "{{ automysqlbackup_postbackup }}"
|
||||
dest: "{{ automysqlbackup_config.postbackup }}"
|
||||
mode: "0755"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
notify: restart mariadb
|
||||
|
||||
- name: "Configuration | Copy systemd override"
|
||||
ansible.builtin.file:
|
||||
ansible.builtin.copy:
|
||||
src: systemd/override.conf
|
||||
dest: /etc/systemd/systemd/mariadb.service.d/
|
||||
mode: "0644"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue