From 8194cd67999dccb3084519485af460ffc625c71b Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sun, 23 May 2021 14:14:55 +0200 Subject: [PATCH] Pacman should update the cache before installing packages --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 14d5ca8..8aa61d3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -28,7 +28,7 @@ pacman: name: "{{ packages }}" state: present - #update_cache: yes + update_cache: yes vars: packages: - python-pip