summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/site.yml b/site.yml
index 88fb32d4..84de0c4f 100644
--- a/site.yml
+++ b/site.yml
@@ -11,3 +11,10 @@
tags: ["required_for_boot"]
- role: "ssh"
tags: ["required_for_boot"]
+
+ pre_tasks:
+ - name: "Update package cache"
+ become: true
+ ansible.builtin.package:
+ update_cache: true
+ tags: ["required_for_boot"]