Commit 3541bfcb by Michael DeHaan

Merge pull request #5074 from pcraston/devel

Fix for documentation playbook loops
parents 5efcf265 8de0b88c
......@@ -128,7 +128,7 @@ It might happen like so::
- user: name={{ item.name }} state=present generate_ssh_key=yes
with_items: users
- authorized_key: user={{ item.0.name }} key={{ lookup('file', item.1) }}
- authorized_key: "user={{ item.0.name }} key='{{ lookup('file', item.1) }}'"
with_subelements:
- users
- authorized
......
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