mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Fix subelements example correctly (#46482)
This commit is contained in:
parent
ae363da5f5
commit
92037679c4
1 changed files with 22 additions and 20 deletions
|
@ -324,6 +324,7 @@ Into::
|
||||||
- docker
|
- docker
|
||||||
authorized:
|
authorized:
|
||||||
- /tmp/alice/onekey.pub
|
- /tmp/alice/onekey.pub
|
||||||
|
- /tmp/alice/twokey.pub
|
||||||
- wheel
|
- wheel
|
||||||
-
|
-
|
||||||
- name: alice
|
- name: alice
|
||||||
|
@ -331,6 +332,7 @@ Into::
|
||||||
- wheel
|
- wheel
|
||||||
- docker
|
- docker
|
||||||
authorized:
|
authorized:
|
||||||
|
- /tmp/alice/onekey.pub
|
||||||
- /tmp/alice/twokey.pub
|
- /tmp/alice/twokey.pub
|
||||||
- docker
|
- docker
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue