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