This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
|
---
|
|
- name: install bw-cli
|
|
become: yes
|
|
become_user: root
|
|
become_method: sudo
|
|
command: npm install -g @bitwarden/cli
|
|
args:
|
|
creates: /usr/local/bin/bw
|