Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
188 B
YAML
7 lines
188 B
YAML
---
|
|
- hosts: all,!pve,!pbs
|
|
roles:
|
|
- { role: hifis-net.unattended_upgrades,
|
|
become: true,
|
|
tags: unattended,
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"}
|