diff --git a/backup.yml b/backup.yml index 94663bd..6030672 100644 --- a/backup.yml +++ b/backup.yml @@ -37,13 +37,13 @@ register: bw_check ignore_errors: yes delegate_to: localhost - changed_when: false - name: Install Bitwarden CLI block: - name: bitwarden token session ansible.builtin.command: cmd: "{{ item }}" + delegate_to: localhost loop: - sudo apk add --no-cache nodejs npm - sudo npm install -g @bitwarden/cli