Create empty override dir
This commit is contained in:
parent
34a7951539
commit
890aeacf73
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
mode: "0644"
|
||||
notify: restart mariadb
|
||||
|
||||
- name: "Configuration | Creats systemd override directory"
|
||||
ansible.builtin.file:
|
||||
path: /etc/systemd/systemd/mariadb.service.d
|
||||
state: directory
|
||||
mode: "0755"
|
||||
|
||||
- name: "Configuration | Copy systemd override"
|
||||
ansible.builtin.template:
|
||||
src: systemd/override.conf.j2
|
||||
|
|
Loading…
Reference in a new issue