Commit 2699ef3c by Michael DeHaan

Merge pull request #1782 from candeira/fix-playbook2-documentation

fix documentation for authorized_key in advanced playbooks page in docsite
parents 89dab0b1 dac83c15
......@@ -443,7 +443,8 @@ 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)'
- name: enable key-based ssh access for users
authorized_key: user=$item key='$FILE(/keys/$item)'
with_items:
- pinky
- 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