ansible-modules-bitwarden/lookup_plugins
Lars Kellogg-Stedman 250d5b26cc decode response from bw
Running under python 3, the response from running the `bw` command is a
byte string, so the lookup was returning to ansible values of the form
`b'somestring'`. It is necessary to decode these results.
2018-10-19 21:30:56 -04:00
..
bitwarden.py decode response from bw 2018-10-19 21:30:56 -04:00