Commit 2bccd7b1 by Dag Wieers

Fix example where imported ssh keys contain spaces

This fixes #1521
parent 5e024243
...@@ -402,7 +402,7 @@ This syntax will remain in future versions, though we will also will provide way ...@@ -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:: is an example using the authorized_key module, which requires the actual text of the SSH key as a parameter::
tasks: tasks:
- authorized_key name=$item key=$FILE('/keys/$user1') - authorized_key name=$item key="$FILE('/keys/$user1')"
with_items: with_items:
- pinky - pinky
- brain - brain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment