Merge pull request #765 from mscherer/fix_ansible_11395

Use the parameter 'name' everywhere for consistency
reviewable/pr18780/r1
Brian Coca 9 years ago
commit 7676213528

@ -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