7 lines
199 B
YAML
7 lines
199 B
YAML
---
|
|
- hosts: all:!proxmox
|
|
roles:
|
|
- { role: hifis-net.unattended_upgrades,
|
|
become: true,
|
|
tags: unattended,
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"}
|