From a9a0408291d6eba5342c2e46280df0c089eddde2 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Tue, 11 Nov 2025 17:51:42 +0100 Subject: [PATCH] [test last] --- backup.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/backup.yml b/backup.yml index cd0b91e..5a39a28 100644 --- a/backup.yml +++ b/backup.yml @@ -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