[test last]

This commit is contained in:
2025-11-11 17:03:48 +01:00
parent c2d41ba130
commit 9586927710

View File

@@ -48,14 +48,14 @@
- debug: - debug:
msg: "{{ bw_session_result.results[-1] }}" msg: "{{ bw_session_result }}"
# #
- name: Utiliser le lookup - name: Utiliser le lookup
ansible.builtin.debug: ansible.builtin.debug:
msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}" msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}"
# environment: environment:
# BW_SESSION: "{{ bw_session_result.stdout }}" BW_SESSION: "{{ bw_session_result.results[-1].stdout }}"
# - name: Return all secrets from a path # - name: Return all secrets from a path
# delegate_to: localhost # delegate_to: localhost