Clean up from handler migration

This commit is contained in:
Corbin Bartsch 2022-10-09 21:03:35 -04:00
parent f7f609fde9
commit e86ffd45cc
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -12,9 +12,7 @@
dest: "{{ sshd_config_path }}/sshd_config" dest: "{{ sshd_config_path }}/sshd_config"
mode: '0644' mode: '0644'
become: true become: true
register: sshd_config_file notify: Restart sshd
notify:
- Restart sshd
- name: Write banner file - name: Write banner file
ansible.builtin.template: ansible.builtin.template: