Update roles/vaultwarden/tasks/main.yml

This commit is contained in:
2025-10-30 20:00:53 +00:00
parent 564a9b028c
commit bd480ae5cf

View File

@ -57,7 +57,7 @@
environment: environment:
BW_CLIENTID: "{{ BW_CLIENTID }}" BW_CLIENTID: "{{ BW_CLIENTID }}"
BW_CLIENTSECRET: "{{ BW_CLIENTSECRET }}" BW_CLIENTSECRET: "{{ BW_CLIENTSECRET }}"
BW_CLIENTSECRET: "{{ VAULTWARDEN_LINK }}" VAULTWARDEN_LINK: "{{ VAULTWARDEN_LINK }}"
args: args:
executable: /bin/bash executable: /bin/bash
register: bw_login register: bw_login