diff --git a/handlers/main.yml b/handlers/main.yml index 8029b2f..ff7a82b 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -12,15 +12,11 @@ regexp: "^.*PermitRootLogin.*$" replace: "PermitRootLogin no" notify: - - Reload SSH service + - Run service actions - name: Disable SSH password authentication replace: path: /etc/ssh/sshd_config regexp: "^.*PasswordAuthentication.*$" replace: "PasswordAuthentication no" notify: - - Reload SSH service -- name: Reload SSH service - systemd: - name: ssh - state: reloaded + - Run service actions