put backup- in front of timer name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-16 13:51:03 +01:00
parent 5c9096811e
commit 803bb2cc83
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
include_role: name=systemd-timer
vars:
systemd_timer_description: 'Grafana batabase backup'
systemd_timer_name: '{{ grafana_service_name }}-backup'
systemd_timer_name: 'backup-{{ grafana_service_name }}'
systemd_timer_user: '{{ grafana_backup_user }}'
systemd_timer_frequency: '{{ grafana_backup_frequency }}'
systemd_timer_timeout_sec: '{{ grafana_backup_timeout_sec }}'