Michael Grote
edbc68d36d
Reviewed-on: #585 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
201 B
YAML
7 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'"}
|