Install chromium & floorp
This commit is contained in:
parent
e29a73e0c2
commit
ee210934cd
@ -35,7 +35,6 @@
|
|||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
- file-roller
|
- file-roller
|
||||||
- firefox
|
|
||||||
- flameshot
|
- flameshot
|
||||||
- gnome-backgrounds
|
- gnome-backgrounds
|
||||||
- gnome-text-editor
|
- gnome-text-editor
|
||||||
|
17
roles/desktop/tasks/browsers.yml
Normal file
17
roles/desktop/tasks/browsers.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
- name: "[Arch] install chromium"
|
||||||
|
become: yes
|
||||||
|
community.general.pacman:
|
||||||
|
name:
|
||||||
|
- chromium
|
||||||
|
|
||||||
|
- name: "[Arch] install firefox"
|
||||||
|
become: yes
|
||||||
|
community.general.pacman:
|
||||||
|
name:
|
||||||
|
- firefox
|
||||||
|
|
||||||
|
- name: "[Arch] install floorp"
|
||||||
|
shell:
|
||||||
|
cmd:
|
||||||
|
yay -S --needed --noconfirm floorp-bin
|
||||||
|
when: ansible_distribution == "Archlinux"
|
Loading…
Reference in New Issue
Block a user