mg
451bb91a99
bugfix laptop in user vars laptop von group zu host vars polybar dependencie playbboks verschoben Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#109 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
- hosts: all:!proxmox
|
|
roles:
|
|
- { role: jnv.unattended_upgrades,
|
|
become: true,
|
|
tags: unattended,
|
|
when: "ansible_facts['distribution'] == 'Ubuntu'"}
|