[test last]

This commit is contained in:
2025-11-11 17:06:51 +01:00
parent 9586927710
commit 697a95c544
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
#! fin test
- name: Obtenir le session token
- name: bitwarden token session
ansible.builtin.command:
cmd: "{{ item }}"
environment:
@@ -57,6 +57,10 @@
environment:
BW_SESSION: "{{ bw_session_result.results[-1].stdout }}"
- name: logout
ansible.builtin.command:
cmd: bw logout
# - name: Return all secrets from a path
# delegate_to: localhost
# ansible.builtin.debug: