[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:

View File

@@ -5,6 +5,7 @@ collections:
# - name: ansible.utils
# # - name: community.grafana
- name: community.docker
- name: community.general.bitwarden
# # - name: geerlingguy.redis
# # - name: git+https://github.com/netways/ansible-collection-elasticstack.git
# # - name: elastic.elasticsearch