homeserver/playbooks/base/unattended_upgrades.yml
Michael Grote edbc68d36d ersetze lokale Rollen mit requirements.yml (#585)
Reviewed-on: #585
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-26 00:14:16 +02:00

8 lines
201 B
YAML

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