FIX Unify binary file treatment
This commit is contained in:
parent
3f181f9c95
commit
f044b31659
@ -35,7 +35,8 @@
|
||||
owner: root:root
|
||||
path: /root/.vault_pass.txt
|
||||
permissions: '0600'
|
||||
content: '{{ vaultpass | string | b64encode }}'
|
||||
content: !!binary |
|
||||
'{{ vaultpass | string | b64encode }}'
|
||||
runcmd:
|
||||
- pip3 install ansible
|
||||
- [ ansible-pull,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user