Remove incorrect check from deploy_ssh_server_config role
This commit is contained in:
parent
c2a183c013
commit
c6926b0a0f
|
@ -12,7 +12,6 @@
|
|||
group: root
|
||||
src: sshd_config.j2
|
||||
register: deploy_ssh_server_config__ssh_config_copy_result
|
||||
when: inventory_hostname in groups['Debian_CloudInit_VMs']
|
||||
|
||||
- name: deactivate short moduli
|
||||
ansible.builtin.shell:
|
||||
|
|
Loading…
Reference in a new issue