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

Missing colon in $FILE example

This commit is contained in:
jkleint 2012-12-13 16:21:25 -05:00
parent f2893b6418
commit e363abeca7

View file

@ -443,7 +443,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/$item)'
- authorized_key: name=$item key='$FILE(/keys/$item)'
with_items:
- pinky
- brain