From 982ec37bc8379e05cc40adc5db2124946e46330a Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sun, 17 Dec 2023 20:55:26 -0500 Subject: [PATCH] switched to lxd-deploy role --- lxd-deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxd-deploy.yml b/lxd-deploy.yml index 1c17141..3d27ff8 100644 --- a/lxd-deploy.yml +++ b/lxd-deploy.yml @@ -45,8 +45,11 @@ - debug: msg="lxd-deploy.yml playbook" + #################################################################### + # use a role here rather than just the playbook as it is easier to + # substitute templated files into the guest from within a role. + roles: - - role: lxc_deploy - - role: lxdhost + - role: lxd-deploy # EOF