We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab07615 commit 0c174cdCopy full SHA for 0c174cd
1 file changed
roles/edpm_ssh_known_hosts/tasks/main.yml
@@ -48,9 +48,9 @@
48
49
- name: Gather facts if they don't exist
50
when:
51
- - ("'ssh_host_key_rsa_public' not in ansible_facts") or
52
- ("'ssh_host_key_ed25519_public' not in ansible_facts") or
53
- ("'ssh_host_key_ecdsa_public' not in ansible_facts")
+ - ('ssh_host_key_rsa_public' not in ansible_facts) or
+ ('ssh_host_key_ed25519_public' not in ansible_facts) or
+ ('ssh_host_key_ecdsa_public' not in ansible_facts)
54
ansible.builtin.setup:
55
gather_subset:
56
- "!all"
0 commit comments