homelab/build/config/ansible/roles/unattended_upgrades/handlers/main.yml
Russell Seymour 1250c9cef6
Some checks are pending
deploy / deploy (push) Waiting to run
Initial checkin of code for managing homelab
2026-08-24 20:52:36 +01:00

5 lines
126 B
YAML

---
- name: restart unattended-upgrades
ansible.builtin.systemd_service:
name: unattended-upgrades
state: restarted