[TIDY] Update to ansible 4 module names
This commit is contained in:
parent
3c1939f431
commit
a2fc598416
19 changed files with 89 additions and 89 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# SSH
|
||||
- name: setup - Copy sshd_config
|
||||
become: yes
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: "{{ role_path }}/templates/sshd_config.j2"
|
||||
dest: "/etc/ssh/sshd_config"
|
||||
backup: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue