mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #5074 from pcraston/devel
Fix for documentation playbook loops
This commit is contained in:
commit
3541bfcb09
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ It might happen like so::
|
||||||
- user: name={{ item.name }} state=present generate_ssh_key=yes
|
- user: name={{ item.name }} state=present generate_ssh_key=yes
|
||||||
with_items: users
|
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:
|
with_subelements:
|
||||||
- users
|
- users
|
||||||
- authorized
|
- authorized
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue