summaryrefslogtreecommitdiff
path: root/roles/apt/handlers
diff options
context:
space:
mode:
authoradmin2023-12-18 14:49:09 +0100
committeradmin2023-12-18 14:49:09 +0100
commit64dfd20134ee028cc865745d8d8bfec31299ff0a (patch)
tree240e1552d24c2ae84d809846d66daef818826420 /roles/apt/handlers
downloadansible-64dfd20134ee028cc865745d8d8bfec31299ff0a.tar.gz
initial commit
Diffstat (limited to 'roles/apt/handlers')
-rw-r--r--roles/apt/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apt/handlers/main.yml b/roles/apt/handlers/main.yml
new file mode 100644
index 0000000..b2e42b0
--- /dev/null
+++ b/roles/apt/handlers/main.yml
@@ -0,0 +1,3 @@
+- name: update apt
+ apt:
+ update_cache: yes