From 3f181f9c957840c3022071cb296dcbb5505d09be Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Wed, 16 Dec 2020 17:34:52 -0500 Subject: [PATCH] FIX Missing gzip encoding --- 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 8680053..9fc6ac1 100644 --- a/roles/lxchost/tasks/lxd_profile.yml +++ b/roles/lxchost/tasks/lxd_profile.yml @@ -31,7 +31,8 @@ permissions: '0644' content: !!binary | '{{ knownhosts | string | b64encode }}' - - owner: root:root + - encoding: gzip + owner: root:root path: /root/.vault_pass.txt permissions: '0600' content: '{{ vaultpass | string | b64encode }}'