From e86ffd45cc404185084d38f3187a42ae1ccc82b8 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sun, 9 Oct 2022 21:03:35 -0400 Subject: [PATCH] Clean up from handler migration --- tasks/template_config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/template_config.yaml b/tasks/template_config.yaml index 2359043..4921b92 100644 --- a/tasks/template_config.yaml +++ b/tasks/template_config.yaml @@ -12,9 +12,7 @@ dest: "{{ sshd_config_path }}/sshd_config" mode: '0644' become: true - register: sshd_config_file - notify: - - Restart sshd + notify: Restart sshd - name: Write banner file ansible.builtin.template: