mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Doc fixes.
This commit is contained in:
parent
9bfc80d713
commit
b2376275e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user