From f044b316596e85697d0df51b07fe32d0537e2c6e Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Wed, 16 Dec 2020 17:40:24 -0500 Subject: [PATCH] FIX Unify binary file treatment --- roles/lxchost/tasks/lxd_profile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/lxchost/tasks/lxd_profile.yml b/roles/lxchost/tasks/lxd_profile.yml index 9fc6ac1..f45aaf1 100644 --- a/roles/lxchost/tasks/lxd_profile.yml +++ b/roles/lxchost/tasks/lxd_profile.yml @@ -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,