1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix example where imported ssh keys contain spaces

This fixes #1521
This commit is contained in:
Dag Wieers 2012-11-07 23:58:16 +01:00
parent 5e024243a8
commit 2bccd7b1ac

View file

@ -402,7 +402,7 @@ This syntax will remain in future versions, though we will also will provide way
is an example using the authorized_key module, which requires the actual text of the SSH key as a parameter::
tasks:
- authorized_key name=$item key=$FILE('/keys/$user1')
- authorized_key name=$item key="$FILE('/keys/$user1')"
with_items:
- pinky
- brain