fix(ssh_server): use correctly named variable
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
fb94b38a57
commit
a79bfb5551
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@
|
||||||
|
|
||||||
- name: Set trusted CA
|
- name: Set trusted CA
|
||||||
ansible.builtin.include_tasks: trusted_ca.yml
|
ansible.builtin.include_tasks: trusted_ca.yml
|
||||||
when: sshd_auth_trusted_ca
|
when: ssh_server_auth_trusted_ca
|
||||||
|
|
Loading…
Reference in a new issue