From f1f3d5a3233de5cb2d94c937ddc0bba92f38a8e2 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Tue, 11 Nov 2025 18:09:01 +0100 Subject: [PATCH] [test last] --- backup.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backup.yml b/backup.yml index 0be2326..56bfaaa 100644 --- a/backup.yml +++ b/backup.yml @@ -67,13 +67,13 @@ register: bw_session_result - - name: Return all secrets from a path - ansible.builtin.debug: "{{ bw_session_result.results[-1].stdout }}" + # - name: Return all secrets from a path + # ansible.builtin.debug: "{{ bw_session_result.results[-1].stdout }}" - - name: Set BW_SESSION as environment variable globally - ansible.builtin.set_fact: - bw_session: "{{ bw_session_result.results[-1].stdout | trim }}" - no_log: true + # - name: Set BW_SESSION as environment variable globally + # ansible.builtin.set_fact: + # bw_session: "{{ bw_session_result.results[-1].stdout | trim }}" + # no_log: true - name: Utiliser le lookup @@ -83,8 +83,8 @@ BW_SESSION: "{{ bw_session }}" delegate_to: localhost - - name: Return all secrets from a path - ansible.builtin.debug: "{{ bw_session }}" + # - name: Return all secrets from a path + # ansible.builtin.debug: "{{ bw_session }}" - name: logout ansible.builtin.command: