You've already forked ansible-role-renovate
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: enable renovate
|
||||
systemd:
|
||||
name: "renovate.timer"
|
||||
state: started
|
||||
enabled: true
|
||||
daemon_reload: true
|
Reference in New Issue
Block a user