~xenrox/ansible

b3c269e18a1729f34efb674a3e968a4036974c22 — Thorben Günther 2 years ago f3b5b9e
pacman: Update cache for first usage

Fixes missing databases.
1 files changed, 1 insertions(+), 0 deletions(-)

M roles/pacman/tasks/main.yml
M roles/pacman/tasks/main.yml => roles/pacman/tasks/main.yml +1 -0
@@ 26,6 26,7 @@
  community.general.pacman:
    name: "{{ pacman_packages }}"
    state: present
    update_cache: true

- name: install paccache service
  ansible.builtin.copy: