[Update backup and scan]
This commit is contained in:
14
backup.yml
14
backup.yml
@@ -31,13 +31,13 @@
|
||||
# database_password: "{{ lookup('bitwarden.secrets.lookup', '<SECRET_ID>') }}"
|
||||
|
||||
#! SECRETS
|
||||
# - name: Install Bitwarden CLI
|
||||
# ansible.builtin.command:
|
||||
# cmd: "{{ item }}"
|
||||
# delegate_to: localhost
|
||||
# loop:
|
||||
# - apk add --no-cache nodejs npm
|
||||
# - npm install -g @bitwarden/cli
|
||||
- name: Install Bitwarden CLI
|
||||
ansible.builtin.command:
|
||||
cmd: "{{ item }}"
|
||||
delegate_to: localhost
|
||||
loop:
|
||||
- apk add --no-cache nodejs npm
|
||||
- npm install -g @bitwarden/cli
|
||||
|
||||
- ansible.builtin.command:
|
||||
cmd: bw logout
|
||||
|
||||
Reference in New Issue
Block a user