- name: Fetch passbolt password
hosts: all
gather_facts: no
tasks:
- debug:
msg: "Password: {{ lookup(passbolt, 'test').password }}"