From b9bd12b5762bf59ef9620d40bc24a7d5e0aada57 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Wed, 16 Dec 2020 18:55:57 -0500 Subject: [PATCH] WIP test cloud-init vars without gzipping --- roles/lxchost/tasks/lxd_profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lxchost/tasks/lxd_profile.yml b/roles/lxchost/tasks/lxd_profile.yml index 99f7589..aa70859 100644 --- a/roles/lxchost/tasks/lxd_profile.yml +++ b/roles/lxchost/tasks/lxd_profile.yml @@ -26,7 +26,7 @@ path: /root/test permissions: '0644' content: !!binary | - '{{ test_privkey | string }}' + {{ test_privkey | string }} runcmd: - pip3 install ansible - [ ansible-pull,