Doc fixes.

This commit is contained in:
Rudd-O 2019-07-10 04:39:29 +00:00
parent 9bfc80d713
commit b2376275e9

View File

@ -39,3 +39,12 @@ fail if the password does not exist:
```
thepassword: '{{ lookup("qubes-pass", "loginpwds/John Smith", create=False) }}'
```
If the password you expect to fetch is multiline/binary, you can retrieve
it correctly like this:
```
thepassword: '{{ lookup("qubes-pass", "loginpwds/John Smith", multiline=True) | b64encode }}'
```
then later base64 decode it on target.