summaryrefslogtreecommitdiff
path: root/roles/approx/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-04 19:06:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-04 19:06:12 +0200
commit208dafdbcf5ba5eab47f00dfefad2749bd775faa (patch)
tree6311b39b2dc8902955514fe02082287431b9819e /roles/approx/handlers/main.yml
parentrename ch-apt to ch-repo (diff)
switch form apt-cacher-ng to approx
Diffstat (limited to 'roles/approx/handlers/main.yml')
-rw-r--r--roles/approx/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/approx/handlers/main.yml b/roles/approx/handlers/main.yml
new file mode 100644
index 00000000..dfae79a6
--- /dev/null
+++ b/roles/approx/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart approx socket
+ systemd:
+ name: approx.socket
+ state: restarted