(cherry picked from commit 25e246bdc2
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/1651/head
parent
199e53112c
commit
7fac03ec56
|
@ -77,9 +77,11 @@ EXAMPLES = r"""
|
|||
tasks:
|
||||
- ansible.builtin.debug:
|
||||
msg: >
|
||||
the password is {{(secret['items']
|
||||
the password is {{
|
||||
(secret['items']
|
||||
| items2dict(key_name='slug',
|
||||
value_name='itemValue'))['password']}}
|
||||
value_name='itemValue'))['password']
|
||||
}}
|
||||
"""
|
||||
|
||||
from ansible.errors import AnsibleError, AnsibleOptionsError
|
||||
|
|
Loading…
Reference in New Issue