Enable configuration of Systemd service
This commit is contained in:
parent
0eb0f907dc
commit
34a7951539
4 changed files with 24 additions and 11 deletions
|
@ -7,9 +7,9 @@
|
|||
notify: restart mariadb
|
||||
|
||||
- name: "Configuration | Copy systemd override"
|
||||
ansible.builtin.copy:
|
||||
src: systemd/override.conf
|
||||
dest: /etc/systemd/systemd/mariadb.service.d/
|
||||
ansible.builtin.template:
|
||||
src: systemd/override.conf.j2
|
||||
dest: /etc/systemd/systemd/mariadb.service.d/override.conf
|
||||
mode: "0644"
|
||||
notify:
|
||||
- Reload systemd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue