Quote some stuff in docs
This commit is contained in:
parent
5bda1fc6cc
commit
aa0af271d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue