Compare commits

..

No commits in common. "ee210934cd7e4ec73d0ecd6642b9b4ce42974079" and "b9fc08acb087968ecbede1d3f65f0eed7804c71b" have entirely different histories.

6 changed files with 3 additions and 32 deletions

View File

@ -1,6 +0,0 @@
- name: "[Arch] install deja-dup"
become: yes
community.general.pacman:
name:
- deja-dup
when: ansible_distribution == "Archlinux"

View File

@ -1,2 +1,3 @@
--- ---
- import_tasks: deja-dup.yml - import_tasks: arch.yml
when: ansible_distribution == "Archlinux"

View File

@ -35,6 +35,7 @@
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

View File

@ -1,17 +0,0 @@
- 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"

View File

@ -1,6 +0,0 @@
- name: "[Arch] install gparted packages"
become: yes
community.general.pacman:
name:
- gparted
- dosfstools

View File

@ -19,8 +19,6 @@
- import_tasks: fonts.yml - import_tasks: fonts.yml
- import_tasks: gparted.yml
- import_tasks: network-manager.yml - import_tasks: network-manager.yml
- import_tasks: nextcloud.yml - import_tasks: nextcloud.yml