From d48e6846478494acbbc24e865fee7e965fd9f9e6 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Thu, 17 Nov 2022 22:17:51 +0100 Subject: [PATCH] Remove notify --- roles/ubuntu_base/tasks/ssh-port.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ubuntu_base/tasks/ssh-port.yml b/roles/ubuntu_base/tasks/ssh-port.yml index 5b708c9..1935168 100644 --- a/roles/ubuntu_base/tasks/ssh-port.yml +++ b/roles/ubuntu_base/tasks/ssh-port.yml @@ -5,7 +5,6 @@ regexp: "^#?Port " line: "Port 19022" register: ssh_changed - notify: "Restart sshd" - name: Restart sshd service: