mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
mysql - don't backup systemd template
This commit is contained in:
parent
b8bdb14e04
commit
3b1317eb7a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
- name: Copy pkg's /lib/systemd/system/mariadb.service to /etc/systemd/system/ to be customized (CREATES TIMESTAMPED BACKUPS OF /etc/systemd/system/mariadb.service e.g. IF OPERATOR CUSTOMIZED IT, EVEN DESPITE WARNING BELOW!)
|
||||
copy:
|
||||
force: yes
|
||||
backup: yes
|
||||
backup: no
|
||||
src: /lib/systemd/system/mariadb.service
|
||||
dest: /etc/systemd/system/
|
||||
when: mariadb_unit_file.stat.exists
|
||||
|
|
Loading…
Reference in a new issue