mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
exclude some roles
This commit is contained in:
parent
aad1d17519
commit
7488594e25
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
hosts: desk_minni.local
|
||||
roles:
|
||||
- {role: akku-warning, tags: akku}
|
||||
- {role: pulseaudio, tags: [pulse, audio, pulseaudio]}
|
||||
# - {role: pulseaudio, tags: [pulse, audio, pulseaudio]}
|
||||
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
|
||||
- {role: openvpn, tags: ovpn}
|
||||
- {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
|
||||
|
@ -32,7 +32,7 @@
|
|||
- {role: ntp, tags: ntp}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: arch-fonts, tags: fonts}
|
||||
- {role: winehq, tags: wine}
|
||||
# - {role: winehq, tags: wine}
|
||||
- {role: no-sleep, tags: sleep}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
|
Loading…
Reference in a new issue