xoxys.renovate_bot/tasks/post.yml
Robert Kaussow 5e9fd7174d
Some checks are pending
continuous-integration/drone/push Build is pending
initial commit
2020-10-10 10:03:50 +02:00

10 lines
185 B
YAML

---
- name: Ensure renovatebot timer is up and running
systemd:
name: renovate.timer
daemon_reload: yes
enabled: yes
state: started
become: True
become_user: root