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