[test last]

This commit is contained in:
2025-11-11 17:42:11 +01:00
parent 79d8bfaacf
commit 8eae2a215b

View File

@@ -47,6 +47,11 @@
- apk add --no-cache nodejs npm - apk add --no-cache nodejs npm
- npm install -g @bitwarden/cli - npm install -g @bitwarden/cli
- ansible.builtin.command:
cmd: bw logout
delegate_to: localhost
ignore_errors: true
- name: bitwarden token session - name: bitwarden token session
ansible.builtin.command: ansible.builtin.command:
cmd: "{{ item }}" cmd: "{{ item }}"