[Update backup and scan]

This commit is contained in:
2025-11-15 18:10:07 +01:00
parent a2c70e9e6e
commit a12fd96bf5
2 changed files with 14 additions and 14 deletions

View File

@@ -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