[test last]

This commit is contained in:
2025-11-11 17:31:51 +01:00
parent e3fa6152e1
commit 7228f927a3

View File

@@ -37,6 +37,7 @@
register: bw_check
ignore_errors: yes
delegate_to: localhost
changed_when: false
- name: Install Bitwarden CLI
block:
@@ -45,8 +46,8 @@
cmd: "{{ item }}"
delegate_to: localhost
loop:
- sudo apk add --no-cache nodejs npm
- sudo npm install -g @bitwarden/cli
- apk add --no-cache nodejs npm
- npm install -g @bitwarden/cli
when: bw_check.rc != 0