homeserver/playbooks/base/unattended_upgrades.yml
mg 154fc0ef58 neuer Backup-Server (pbs) (#538)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #538
2023-06-23 16:04:19 +02:00

8 lines
200 B
YAML

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