I'm strugging to resolve this error
$ ansible-playbook -u $USER -K playbooks/application.yaml --tags configure,install -e @inventory/sample/config.yaml
TASK [password_mgmt : Merge discovered passwords with existing credentials] ***********************************************************************************
Sunday 30 November 2025 15:38:25 +0000 (0:00:00.103) 0:00:52.415 *******
fatal: [localhost]: FAILED! =>
msg: |-
failed to combine variables, expected dicts but got a 'AnsibleUnsafeText' and a 'dict':
""
{}
PLAY RECAP ****************************************************************************************************************************************************
localhost : ok=39 changed=5 unreachable=0 failed=1 skipped=31 rescued=0 ignored=1
Do we need to change something in "roles/common/password_mgmt/tasks/lookup.yaml" ?