xoxys.renovate_bot/handlers/main.yml
Robert Kaussow b07226127c
All checks were successful
continuous-integration/drone/push Build is passing
fix testing
2020-10-10 15:01:49 +02:00

10 lines
247 B
YAML

---
- name: Restart docker-renovate
systemd:
state: "{{ renovatebot_service_stopped | ternary('stopped', 'restarted', 'restarted') }}"
daemon_reload: yes
name: renovate
listen: __renovate_restart
become: True
become_user: root