Compare commits
No commits in common. "ee210934cd7e4ec73d0ecd6642b9b4ce42974079" and "b9fc08acb087968ecbede1d3f65f0eed7804c71b" have entirely different histories.
ee210934cd
...
b9fc08acb0
@ -1,6 +0,0 @@
|
||||
- name: "[Arch] install deja-dup"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- deja-dup
|
||||
when: ansible_distribution == "Archlinux"
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
- import_tasks: deja-dup.yml
|
||||
- import_tasks: arch.yml
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
@ -35,6 +35,7 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- file-roller
|
||||
- firefox
|
||||
- flameshot
|
||||
- gnome-backgrounds
|
||||
- gnome-text-editor
|
||||
|
@ -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"
|
@ -1,6 +0,0 @@
|
||||
- name: "[Arch] install gparted packages"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- gparted
|
||||
- dosfstools
|
@ -19,8 +19,6 @@
|
||||
|
||||
- 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