fix: rename files to .yaml
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 17s
Lint Markdown files / markdown-lint (push) Successful in 4s

This commit is contained in:
2025-11-23 16:18:33 +01:00
parent 52c90d440e
commit fc1ac93fea
6 changed files with 2 additions and 2 deletions

8
handlers/main.yaml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Enable renovate
ansible.builtin.systemd:
name: "renovate.timer"
state: started
enabled: true
daemon_reload: true