summaryrefslogtreecommitdiffstats
path: root/roles/network/tasks/install-archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/network/tasks/install-archlinux.yml')
-rw-r--r--roles/network/tasks/install-archlinux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/network/tasks/install-archlinux.yml b/roles/network/tasks/install-archlinux.yml
index 94384c5a..be4cc5e7 100644
--- a/roles/network/tasks/install-archlinux.yml
+++ b/roles/network/tasks/install-archlinux.yml
@@ -4,6 +4,7 @@
community.general.pacman:
name: "{{ network_packages }}"
state: "present"
+ update_cache: true
tags: [required_for_boot]
- name: "Ensrue network_packages_removed are removed"