diff --git a/backup.yml b/backup.yml index 7375f63..b7e6fbb 100644 --- a/backup.yml +++ b/backup.yml @@ -31,13 +31,13 @@ # database_password: "{{ lookup('bitwarden.secrets.lookup', '') }}" #! 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 diff --git a/scan.yml b/scan.yml index 586085a..66b1cc5 100644 --- a/scan.yml +++ b/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: