mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
bat role is only for debian
This commit is contained in:
parent
fb08729abe
commit
94c072f121
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
- {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'}
|
||||
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
|
||||
- {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
|
||||
- {role: bat, tags: bat}
|
||||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
|
||||
- name: install some arch fonts
|
||||
hosts: l460
|
||||
|
|
Loading…
Reference in a new issue