[test last]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user