Compare commits
3 Commits
b9fc08acb0
...
ee210934cd
Author | SHA1 | Date | |
---|---|---|---|
ee210934cd | |||
e29a73e0c2 | |||
82902ea327 |
6
roles/backup/tasks/deja-dup.yml
Normal file
6
roles/backup/tasks/deja-dup.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: "[Arch] install deja-dup"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- deja-dup
|
||||
when: ansible_distribution == "Archlinux"
|
@ -1,3 +1,2 @@
|
||||
---
|
||||
- import_tasks: arch.yml
|
||||
when: ansible_distribution == "Archlinux"
|
||||
- import_tasks: deja-dup.yml
|
||||
|
@ -35,7 +35,6 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- file-roller
|
||||
- firefox
|
||||
- flameshot
|
||||
- gnome-backgrounds
|
||||
- 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"
|
6
roles/desktop/tasks/gparted.yml
Normal file
6
roles/desktop/tasks/gparted.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: "[Arch] install gparted packages"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- gparted
|
||||
- dosfstools
|
@ -19,6 +19,8 @@
|
||||
|
||||
- import_tasks: fonts.yml
|
||||
|
||||
- import_tasks: gparted.yml
|
||||
|
||||
- import_tasks: network-manager.yml
|
||||
|
||||
- import_tasks: nextcloud.yml
|
||||
|
Loading…
Reference in New Issue
Block a user