[2.9] update example in known_hosts.py (#71418)

This addresses the issue reported in #71417
pull/71527/head
Joe Nichols 4 years ago committed by GitHub
parent 67fab726b9
commit f42bd0ecdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- known_hosts - fix reference to non-existent parameter in example (https://github.com/ansible/ansible/issues/71417)

@ -67,7 +67,7 @@ EXAMPLES = '''
- name: Another way to call known_hosts
known_hosts:
hostname: host1.example.com # or 10.9.8.77
name: host1.example.com # or 10.9.8.77
key: host1.example.com,10.9.8.77 ssh-rsa ASDeararAIUHI324324 # some key gibberish
path: /etc/ssh/ssh_known_hosts
state: present

Loading…
Cancel
Save