mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +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:
|
||||
- ansible.builtin.debug:
|
||||
msg: >
|
||||
the password is {{(secret['items']
|
||||
| items2dict(key_name='slug',
|
||||
value_name='itemValue'))['password']}}
|
||||
the password is {{
|
||||
(secret['items']
|
||||
| items2dict(key_name='slug',
|
||||
value_name='itemValue'))['password']
|
||||
}}
|
||||
"""
|
||||
|
||||
from ansible.errors import AnsibleError, AnsibleOptionsError
|
||||
|
||||
Reference in New Issue
Block a user