From b97312747bfc7bcbb39f57f89e83e3a83129687b Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:24:07 +0300 Subject: [PATCH] ssh-keys: Fix the typo in the condition (#706) --- roles/ssh-keys/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ssh-keys/tasks/main.yml b/roles/ssh-keys/tasks/main.yml index 83a393a98..996cd6511 100644 --- a/roles/ssh-keys/tasks/main.yml +++ b/roles/ssh-keys/tasks/main.yml @@ -47,7 +47,7 @@ loop: "{{ ssh_known_host_results.results }}" ignore_errors: true when: - - anable_ssh_key_based_authentication is defined + - enable_ssh_key_based_authentication is defined - enable_ssh_key_based_authentication | bool - not ansible_check_mode tags: ssh_keys