🔨 Reload cron
This commit is contained in:
parent
f076ca47a0
commit
c92df87146
@ -3,4 +3,9 @@
|
||||
- name: Restart webhook
|
||||
service:
|
||||
name: webhook
|
||||
state: restarted
|
||||
state: restarted
|
||||
|
||||
- name: Reload cron
|
||||
service:
|
||||
name: cron
|
||||
state: reloaded
|
@ -49,6 +49,7 @@
|
||||
job: "/etc/renovate/renovate"
|
||||
cron_file: renovate
|
||||
user: root
|
||||
notify: Reload cron
|
||||
|
||||
- name: add webhook conf
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user