homeserver/playbooks/base/unattended_upgrades.yml
Michael Grote 7a24089031 fix linter errors (#584)
Reviewed-on: #584
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-25 22:26:17 +02:00

7 lines
188 B
YAML

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