mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Revert incorrect module name
This commit is contained in:
parent
90338a3f0a
commit
b9c5db54b6
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue