[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>') }}" # database_password: "{{ lookup('bitwarden.secrets.lookup', '<SECRET_ID>') }}"
#! SECRETS #! SECRETS
# - name: Install Bitwarden CLI - name: Install Bitwarden CLI
# ansible.builtin.command: ansible.builtin.command:
# cmd: "{{ item }}" cmd: "{{ item }}"
# delegate_to: localhost delegate_to: localhost
# loop: loop:
# - apk add --no-cache nodejs npm - apk add --no-cache nodejs npm
# - npm install -g @bitwarden/cli - npm install -g @bitwarden/cli
- ansible.builtin.command: - ansible.builtin.command:
cmd: bw logout cmd: bw logout

View File

@@ -61,13 +61,13 @@
#! SECRETS #! SECRETS
# - name: Install Bitwarden CLI - name: Install Bitwarden CLI
# ansible.builtin.command: ansible.builtin.command:
# cmd: "{{ item }}" cmd: "{{ item }}"
# delegate_to: localhost delegate_to: localhost
# loop: loop:
# - apk add --no-cache nodejs npm - apk add --no-cache nodejs npm
# - npm install -g @bitwarden/cli - npm install -g @bitwarden/cli
- ansible.builtin.command: - ansible.builtin.command: