dmaes / ansible-role-vaultwarden

Builds, installs and configures Bitwarden_RS (https://github.com/dani-garcia/bitwarden_rs) (without Docker)
https://galaxy.ansible.com/dmaes/bitwardenrs
MIT License
9 stars 7 forks source link

make sure environment file is picked up #10

Closed JensTimmerman closed 3 years ago

JensTimmerman commented 3 years ago

it didn't seem to be picked up without this

dmaes commented 3 years ago

Last time I checked, bitwarden_rs should pick up the .env file in it's current working dir, so WorkingDirectory = {{ bitwardenrs_directory }} should take care of that. Might be this behavior changed, and also this fix doesn't hurt anyways