1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix subelements example correctly (#46482)

This commit is contained in:
Dag Wieers 2018-10-04 21:18:00 +02:00 committed by Alicia Cozine
parent ae363da5f5
commit 92037679c4

View file

@ -324,6 +324,7 @@ Into::
- docker
authorized:
- /tmp/alice/onekey.pub
- /tmp/alice/twokey.pub
- wheel
-
- name: alice
@ -331,6 +332,7 @@ Into::
- wheel
- docker
authorized:
- /tmp/alice/onekey.pub
- /tmp/alice/twokey.pub
- docker
-