mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Use the parameter 'name' everywhere for consistency
Fix https://github.com/ansible/ansible/issues/11395
This commit is contained in:
committed by
Matt Clay
parent
e852df1c0a
commit
2ff3438435
@@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||
# Example using with_file to set the system known_hosts file
|
||||
- name: tell the host about our servers it might want to ssh to
|
||||
known_hosts: path='/etc/ssh/ssh_known_hosts'
|
||||
host='foo.com.invalid'
|
||||
name='foo.com.invalid'
|
||||
key="{{ lookup('file', 'pubkeys/foo.com.invalid') }}"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user