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