Revert incorrect module name

This commit is contained in:
Matt Willsher 2022-06-03 11:30:13 +01:00
parent 90338a3f0a
commit b9c5db54b6

View file

@ -16,7 +16,7 @@
notify: reload_sshd
- name: Make sure the include path is present in the main sshd_config
ansible.builtin.template:
ansible.builtin.lineinfile:
insertbefore: BOF
line: "Include {{ __sshd_defaults['Include'] }}"
path: "{{ __sshd_main_config_file }}"