Hello! I have CE installation and i try configure my ansible lookup plugin
Docker compose(official) use image passbolt/passbolt:latest-ce 22 10 2025
I`m add gpg key in agent
pub ed25519 2025-10-22 [SC]
4FB0D72E50C4F89AD3E8BF9B02F89C5AE7FC2857
uid [ unknown] Dmitriy Sidorenko qwaup@yandex.ru
sub cv25519 2025-10-22 [E]
My playbook
---
- name: Test
hosts: localhost
environment:
PASSBOLT_BASE_URL: "https://test.qwaup.dev"
PASSBOLT_GPG_LIBRARY: "gnupg"
PASSBOLT_FINGERPRINT: "4FB0D72E50C4F89AD3E8BF9B02F89C5AE7FC2857"
tasks:
- name: Debug secret
debug:
msg: "{{ lookup('anatomicjc.passbolt.passbolt', 'testpass') }}"
And i have error
TASK [Debug secret] ********************************************************************************************************************************************
Среда 22 октября 2025 18:23:06 +0300 (0:00:04.486) 0:00:04.502 *********
fatal: [localhost]: FAILED! => {“msg”: “An unhandled exception occurred while running the lookup plugin ‘anatomicjc.passbolt.passbolt’. Error was a <class ‘KeyError’>, original message: ‘name’. ‘name’”}
TASK [Debug secret] ********************************************************************************************************************************************
Среда 22 октября 2025 18:23:06 +0300 (0:00:04.486) 0:00:04.502 *********
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'anatomicjc.passbolt.passbolt'. Error was a <class 'KeyError'>, original message: 'name'. 'name'"}
Of course the secret was created
