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. |
||
|---|---|---|
| .. | ||
| bitwarden.py | ||
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. |
||
|---|---|---|
| .. | ||
| bitwarden.py | ||