mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
add bat
This commit is contained in:
parent
1fbd9f2448
commit
e2d440d605
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -55,3 +55,6 @@
|
|||
[submodule "roles/base"]
|
||||
path = roles/base
|
||||
url = https://github.com/roles-ansible/ansible_role_base.git
|
||||
[submodule "roles/bat"]
|
||||
path = roles/bat
|
||||
url = https://github.com/gantsign/ansible_role_bat.git
|
||||
|
|
1
roles/bat
Submodule
1
roles/bat
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 430331438f1c4a16067e4f2eba272c2b41bedaae
|
|
@ -49,6 +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}
|
||||
|
||||
- name: install some arch fonts
|
||||
hosts: l460
|
||||
|
|
Loading…
Reference in a new issue