mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
(cherry picked from commit 25e246bdc2)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -77,9 +77,11 @@ EXAMPLES = r"""
|
|||||||
tasks:
|
tasks:
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: >
|
msg: >
|
||||||
the password is {{(secret['items']
|
the password is {{
|
||||||
|
(secret['items']
|
||||||
| items2dict(key_name='slug',
|
| items2dict(key_name='slug',
|
||||||
value_name='itemValue'))['password']}}
|
value_name='itemValue'))['password']
|
||||||
|
}}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ansible.errors import AnsibleError, AnsibleOptionsError
|
from ansible.errors import AnsibleError, AnsibleOptionsError
|
||||||
|
|||||||
Reference in New Issue
Block a user