summaryrefslogtreecommitdiff
path: root/roles/apt-repo/aptly/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-09-08 20:10:24 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-09-08 20:10:24 +0200
commit1b6986ba69064355017e38ccfa1e7c7f926d1d0c (patch)
treecc309b23a02463a5cca802ffd8721bddc550bd2e /roles/apt-repo/aptly/handlers
parentadd nginx/auth/basic role (diff)
add aptly repo
Diffstat (limited to 'roles/apt-repo/aptly/handlers')
-rw-r--r--roles/apt-repo/aptly/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/apt-repo/aptly/handlers/main.yml b/roles/apt-repo/aptly/handlers/main.yml
new file mode 100644
index 00000000..03ed878a
--- /dev/null
+++ b/roles/apt-repo/aptly/handlers/main.yml
@@ -0,0 +1,4 @@
+---
+- name: update apt cache
+ apt:
+ update_cache: yes