diff --git a/linux/base-config-debian/roles/hardnening-config-root-user/handlers/main.yaml b/linux/base-config-debian/roles/hardnening-config-root-user/handlers/main.yaml index e06e889..a2a4226 100644 --- a/linux/base-config-debian/roles/hardnening-config-root-user/handlers/main.yaml +++ b/linux/base-config-debian/roles/hardnening-config-root-user/handlers/main.yaml @@ -2,4 +2,4 @@ - name: Restart ssh service service: name: ssh - state: reloaded \ No newline at end of file + state: restarted \ No newline at end of file