[test last]

This commit is contained in:
2025-11-11 17:51:42 +01:00
parent 8dbbf15f12
commit a9a0408291

View File

@@ -71,9 +71,6 @@
bw_session: "{{ bw_session_result.results[-1].stdout | trim }}" bw_session: "{{ bw_session_result.results[-1].stdout | trim }}"
no_log: true no_log: true
- name: Return all secrets from a path
ansible.builtin.debug: "{{ bw_session }}"
- name: Utiliser le lookup - name: Utiliser le lookup
ansible.builtin.debug: ansible.builtin.debug:
@@ -81,9 +78,13 @@
environment: environment:
BW_SESSION: "{{ bw_session }}" BW_SESSION: "{{ bw_session }}"
# - name: logout - name: Return all secrets from a path
# ansible.builtin.command: ansible.builtin.debug: "{{ bw_session }}"
# cmd: bw logout
- name: logout
ansible.builtin.command:
cmd: bw logout
delegate_to: localhost
# - name: Return all secrets from a path # - name: Return all secrets from a path
# delegate_to: localhost # delegate_to: localhost