diff --git a/backup.yml b/backup.yml index 20c12e9..9f5ecb6 100644 --- a/backup.yml +++ b/backup.yml @@ -43,12 +43,17 @@ - bw config server {{ vaultwarden_url }} - bw login --apikey register: bw_session_result + + + - debug: + msg: "{{ bw_session_result }}" + # - - name: Utiliser le lookup - ansible.builtin.debug: - msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}" - environment: - BW_SESSION: "{{ bw_session_result.stdout }}" + # - name: Utiliser le lookup + # ansible.builtin.debug: + # msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}" + # environment: + # BW_SESSION: "{{ bw_session_result.stdout }}" # - name: Return all secrets from a path # delegate_to: localhost