You've already forked ansible-role-renovate
This commit is contained in:
15
templates/etc/systemd/system/renovate.timer.j2
Normal file
15
templates/etc/systemd/system/renovate.timer.j2
Normal file
@ -0,0 +1,15 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Timer to start renovate periodically
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{ renovate_systemd_timer_oncalendar }}
|
||||
Persistent=true
|
||||
RandomizedDelaySec=0
|
||||
WakeSystem=false
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user