aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--roles/apt_repo/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/apt_repo/handlers/main.yml b/roles/apt_repo/handlers/main.yml
new file mode 100644
index 0000000..384682b
--- /dev/null
+++ b/roles/apt_repo/handlers/main.yml
@@ -0,0 +1,5 @@
+- name: Refresh apt repositories
+ become: true
+ ansible.builtin.apt:
+ update_cache: true
+ listen: apt_repo_update