vn-ansible/playbooks/passbolt.yml

7 lines
147 B
YAML
Raw Normal View History

2024-09-30 12:25:35 +00:00
- name: Fetch passbolt password
hosts: all
gather_facts: no
tasks:
- debug:
msg: "Password: {{ lookup(passbolt, 'test').password }}"