Fix: remove packages and update_cache
This commit is contained in:
parent
640a892920
commit
c4d4629d8d
@ -20,7 +20,6 @@
|
|||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name: base-devel
|
name: base-devel
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
|
||||||
|
|
||||||
# - name: Git clone ansible-aur
|
# - name: Git clone ansible-aur
|
||||||
# git:
|
# git:
|
||||||
|
@ -18,7 +18,6 @@ pacman_admin:
|
|||||||
- openssh
|
- openssh
|
||||||
- sshfs
|
- sshfs
|
||||||
- htop
|
- htop
|
||||||
- ntop
|
|
||||||
- iotop
|
- iotop
|
||||||
- glances
|
- glances
|
||||||
- nmap
|
- nmap
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items: pacman_pkgs
|
with_items: "{{ pacman_pkgs }}"
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
|
||||||
with_items: "{{ pacman_gnome }}"
|
with_items: "{{ pacman_gnome }}"
|
||||||
|
|
||||||
- name: Install look and feel
|
- name: Install look and feel
|
||||||
@ -19,7 +18,6 @@
|
|||||||
- gnome-icon-theme
|
- gnome-icon-theme
|
||||||
- adwaita-icon-theme
|
- adwaita-icon-theme
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
|
||||||
|
|
||||||
- name: Install AUR Icons and gtk themes
|
- name: Install AUR Icons and gtk themes
|
||||||
aur:
|
aur:
|
||||||
|
Loading…
Reference in New Issue
Block a user