mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Install firefox
This commit is contained in:
parent
5f57bce081
commit
0795d82fd5
3 changed files with 15 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,3 +31,6 @@
|
||||||
[submodule "roles/akku-warning"]
|
[submodule "roles/akku-warning"]
|
||||||
path = roles/akku-warning
|
path = roles/akku-warning
|
||||||
url = https://github.com/DO1JLR/role_akku_warning.git
|
url = https://github.com/DO1JLR/role_akku_warning.git
|
||||||
|
[submodule "roles/install-firefox"]
|
||||||
|
path = roles/install-firefox
|
||||||
|
url = https://github.com/DO1JLR/role-firefox-installation.git
|
||||||
|
|
1
roles/install-firefox
Submodule
1
roles/install-firefox
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 031de9abb7622161f34dbfd144fec05528ae72d5
|
|
@ -54,6 +54,17 @@
|
||||||
- i3wm
|
- i3wm
|
||||||
- ntp
|
- ntp
|
||||||
|
|
||||||
|
- name: install some arch fonts
|
||||||
|
hosts: desk_minni
|
||||||
|
tags:
|
||||||
|
- arch
|
||||||
|
- firefox
|
||||||
|
- browser
|
||||||
|
- install-firefox
|
||||||
|
roles:
|
||||||
|
- install-firefox
|
||||||
|
|
||||||
|
|
||||||
- name: install nextcloud-client
|
- name: install nextcloud-client
|
||||||
hosts: desk_minni
|
hosts: desk_minni
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue