This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Replies: 1 comment
-
Please try running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have ansible configured with a vault password script, the script retrieves the vault password from the bitwarden vault using the
bw
cli.In an interactive shell I run a command like this
export BW_SESSION=$( bw unlock --raw )
to unlock my bitwarden vault, and store the session details in the environment.I am running Vscode on Windows, and my ansible project is under WS.
The syntax highlighting looks nice for this extension, linting fails because I don't really seem to have any useful way to provide a vault password, or set the BW_SESSION environment variable that will be used be used by the processes this extension starts to syntax check and lint.
Anyway I am getting errors like this, and I am not sure how to approach solving it.
Beta Was this translation helpful? Give feedback.
All reactions