Merge pull request #1770 from jkleint/patch-1

Missing colon in $FILE example docs
pull/1771/head
Daniel Hokka Zakrisson 13 years ago
commit bf73ac76be

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

Loading…
Cancel
Save