1
0
Fork 0
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:
L3D 2021-03-15 11:50:09 +01:00
parent b2d82041f8
commit 5548bb3aef
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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