Use the parameter 'name' everywhere for consistency

Fix https://github.com/ansible/ansible/issues/11395
reviewable/pr18780/r1
Michael Scherer 9 years ago
parent dfdd2bb5ed
commit 162f257412

@ -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…
Cancel
Save