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