]> git.phdru.name Git - ansible.git/commitdiff
Feat(playbooks/openvpn): Reload OpenVPN
authorOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2025 14:49:59 +0000 (17:49 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2025 14:49:59 +0000 (17:49 +0300)
playbooks/roles/openvpn/handlers/main.yaml [new file with mode: 0644]

diff --git a/playbooks/roles/openvpn/handlers/main.yaml b/playbooks/roles/openvpn/handlers/main.yaml
new file mode 100644 (file)
index 0000000..9b470dd
--- /dev/null
@@ -0,0 +1,5 @@
+- name: Reload OpenVPN
+  become: true
+  service:
+    name: openvpn
+    state: reloaded