Pacman should update the cache before installing packages
This commit is contained in:
parent
0448703897
commit
8194cd6799
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
pacman:
|
pacman:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
state: present
|
state: present
|
||||||
#update_cache: yes
|
update_cache: yes
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- python-pip
|
- python-pip
|
||||||
|
|
Loading…
Add table
Reference in a new issue