diff --git a/plugins/lookup/tss.py b/plugins/lookup/tss.py index 9e3688c25a..f24d79373a 100644 --- a/plugins/lookup/tss.py +++ b/plugins/lookup/tss.py @@ -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