Use the parameter 'name' everywhere for consistency
Fix https://github.com/ansible/ansible/issues/11395
This commit is contained in:
parent
e852df1c0a
commit
2ff3438435
1 changed files with 1 additions and 1 deletions
|
@ -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') }}"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue