aboutsummaryrefslogtreecommitdiff
path: root/roles/host/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/handlers/main.yml')
-rw-r--r--roles/host/handlers/main.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/host/handlers/main.yml b/roles/host/handlers/main.yml
index 501bfeb..be0a24f 100644
--- a/roles/host/handlers/main.yml
+++ b/roles/host/handlers/main.yml
@@ -2,10 +2,3 @@
ansible.builtin.service:
name: "sshd"
state: "restarted"
-
-- name: Reload systemd daemon
- ansible.builtin.systemd_service:
- daemon_reload: true
-
-- name: Reload sysctl
- ansible.builtin.shell: "sysctl -p /etc/sysctl.d/50-UnprivilegedPort.conf"