[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 }}"
no_log: true
- name: Return all secrets from a path
ansible.builtin.debug: "{{ bw_session }}"
- name: Utiliser le lookup
ansible.builtin.debug:
@@ -81,9 +78,13 @@
environment:
BW_SESSION: "{{ bw_session }}"
# - name: logout
# ansible.builtin.command:
# cmd: bw logout
- name: Return all secrets from a path
ansible.builtin.debug: "{{ bw_session }}"
- name: logout
ansible.builtin.command:
cmd: bw logout
delegate_to: localhost
# - name: Return all secrets from a path
# delegate_to: localhost