Add missing apps
This commit is contained in:
parent
00cde385ad
commit
b9fc08acb0
@ -40,6 +40,7 @@
|
||||
- gnome-backgrounds
|
||||
- gnome-text-editor
|
||||
- gnome-themes-extra
|
||||
- gvfs-smb
|
||||
- gsimplecal
|
||||
- libreoffice-still
|
||||
- nautilus
|
||||
|
@ -3,6 +3,7 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- cups
|
||||
- system-config-printer
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
- name: "[Arch] install drivers for epson printer"
|
||||
|
5
roles/desktop/tasks/dymo.yml
Normal file
5
roles/desktop/tasks/dymo.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: "[Arch] install dymo cups driver"
|
||||
shell:
|
||||
cmd:
|
||||
yay -S --needed --noconfirm dymo-cups-drivers
|
||||
when: ansible_distribution == "Archlinux"
|
@ -27,3 +27,8 @@
|
||||
community.general.flatpak:
|
||||
state: present
|
||||
name: im.riot.Riot
|
||||
|
||||
- name: "[All] install Parsec"
|
||||
community.general.flatpak:
|
||||
state: present
|
||||
name: com.parsecgaming.parsec
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
- import_tasks: network-manager.yml
|
||||
|
||||
- import_tasks: nextcloud.yml
|
||||
|
||||
- import_tasks: signal.yml
|
||||
|
||||
- import_tasks: timekpr.yml
|
||||
|
7
roles/desktop/tasks/nextcloud.yml
Normal file
7
roles/desktop/tasks/nextcloud.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: "[Arch] install nextcloud client"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- nextcloud-client
|
||||
- gnome-keyring
|
||||
when: ansible_distribution == "Archlinux"
|
6
roles/desktop/tasks/terraform.yml
Normal file
6
roles/desktop/tasks/terraform.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: "[Arch] install terraform"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- terraform
|
||||
when: ansible_distribution == "Archlinux"
|
Loading…
Reference in New Issue
Block a user