Fix minor syntax error in authorized_key module doc (#4491)

reviewable/pr18780/r1
Ali Ok 8 years ago committed by Michael Scherer
parent 9da4c42679
commit ab55355b00

@ -126,7 +126,7 @@ EXAMPLES = '''
- public_keys/doe-jane
# Copies the key from the user who is running ansible to the remote machine user ubuntu
- authorized_key: user=ubuntu key="{{ lookup('file', lookup('env','HOME') + "/.ssh/id_rsa.pub") }}"
- authorized_key: user=ubuntu key="{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}"
become: yes
'''

Loading…
Cancel
Save