From c8fa73ea61c1f3a5bb4931f31c348c8ddf1418d9 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Tue, 15 Dec 2020 22:52:27 -0500 Subject: [PATCH] FIX error in var name --- 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 bd58fe9..d8929a8 100644 --- a/roles/lxchost/tasks/lxd_profile.yml +++ b/roles/lxchost/tasks/lxd_profile.yml @@ -35,7 +35,7 @@ path: /root/.ssh/known_hosts permissions: '0644' content: !!binary | - '{{ known_hosts | string | b64encode }}' + '{{ knownhosts | string | b64encode }}' runcmd: - [ ansible-pull, -U, "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-odoo14-lxd.git" ] devices: