diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-24 00:59:53 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-24 00:59:53 -0400 |
| commit | adb98c88eb55b6de519b44eba590e7308f3b7ac9 (patch) | |
| tree | 6ccd191e5c706f2ab69a6583b8e72484bb86562f /roles/host/handlers/main.yml | |
| parent | 87a216322a8a858b35ffb1a426ebbadc1395c0df (diff) | |
Tweaked host logic order, reverted some handlers back - they need to run before user is created
Diffstat (limited to 'roles/host/handlers/main.yml')
| -rw-r--r-- | roles/host/handlers/main.yml | 7 |
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" |
