[Update backup and scan]
This commit is contained in:
14
scan.yml
14
scan.yml
@@ -61,13 +61,13 @@
|
||||
|
||||
|
||||
#! 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:
|
||||
|
||||
Reference in New Issue
Block a user