saibotk
a47fde9c9c
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
8 lines
121 B
SYSTEMD
8 lines
121 B
SYSTEMD
[Unit]
|
|
Description=Schedule regular lvm backups.
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 4:00:00
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|