[test last]

This commit is contained in:
2025-11-11 17:31:12 +01:00
parent 7be420a6d1
commit e3fa6152e1

View File

@@ -37,13 +37,13 @@
register: bw_check
ignore_errors: yes
delegate_to: localhost
changed_when: false
- name: Install Bitwarden CLI
block:
- name: bitwarden token session
ansible.builtin.command:
cmd: "{{ item }}"
delegate_to: localhost
loop:
- sudo apk add --no-cache nodejs npm
- sudo npm install -g @bitwarden/cli