homeserver/playbooks/base/unattended_upgrades.yml

8 lines
200 B
YAML
Raw Normal View History

---
- hosts: all:!pve,!pbs
roles:
- { role: hifis-net.unattended_upgrades,
become: true,
tags: unattended,
when: "ansible_facts['distribution'] == 'Ubuntu'"}