aboutsummaryrefslogtreecommitdiff
path: root/roles/ssh-port-fwd-user/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ssh-port-fwd-user/handlers/main.yaml')
-rw-r--r--roles/ssh-port-fwd-user/handlers/main.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/ssh-port-fwd-user/handlers/main.yaml b/roles/ssh-port-fwd-user/handlers/main.yaml
deleted file mode 100644
index 8c5ef88..0000000
--- a/roles/ssh-port-fwd-user/handlers/main.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-- name: restart ssh
- systemd:
- name: ssh
- state: restarted
- enabled: true
- when: ansible_facts['service_mgr'] == 'systemd'