summaryrefslogtreecommitdiffstats
path: root/pad-proxy/handlers/main.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-13 14:12:29 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-13 14:12:29 -0400
commite618dfe5588d2c9c5d7fb954f81001f5f84d6e1f (patch)
tree792067f1691454fa7ee8ca6a6a90ec732a43eefc /pad-proxy/handlers/main.yml
parent02575eee5ec6fffccb233a42ba3e82a990df8fe2 (diff)
downloademacsconf-ansible-e618dfe5588d2c9c5d7fb954f81001f5f84d6e1f.tar.xz
emacsconf-ansible-e618dfe5588d2c9c5d7fb954f81001f5f84d6e1f.zip
Actually add pad-proxy, document things
Diffstat (limited to 'pad-proxy/handlers/main.yml')
-rw-r--r--pad-proxy/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pad-proxy/handlers/main.yml b/pad-proxy/handlers/main.yml
new file mode 100644
index 0000000..e01a9d0
--- /dev/null
+++ b/pad-proxy/handlers/main.yml
@@ -0,0 +1,5 @@
+- name: Restart etherpad
+ become: true
+ service:
+ name: etherpad
+ state: restarted