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