Pacman should update the cache before installing packages

This commit is contained in:
Jan Beilicke 2021-05-23 14:14:55 +02:00
parent 0448703897
commit 8194cd6799

View file

@ -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