mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
filter on OS System
This commit is contained in:
parent
b2d82041f8
commit
5548bb3aef
1 changed files with 2 additions and 6 deletions
|
@ -45,13 +45,9 @@
|
||||||
|
|
||||||
- name: install modules for sound and bluetooth
|
- name: install modules for sound and bluetooth
|
||||||
hosts: l460
|
hosts: l460
|
||||||
tags:
|
|
||||||
- setup
|
|
||||||
- pulseaudio
|
|
||||||
- networkmanager
|
|
||||||
roles:
|
roles:
|
||||||
- pulseaudio
|
- {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'}
|
||||||
- networkmanager
|
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
|
||||||
|
|
||||||
- name: install some arch fonts
|
- name: install some arch fonts
|
||||||
hosts: l460
|
hosts: l460
|
||||||
|
|
Loading…
Reference in a new issue