Skip to content

Commit

Permalink
ssh-keys: Fix the typo in the condition (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Jul 25, 2024
1 parent 8c7d2b0 commit b973127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh-keys/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b973127

Please sign in to comment.