From 2e9226252a6cadaa3b313b9e3af0f753a357f91e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 23 Feb 2022 19:15:28 -0500 Subject: [PATCH] fix provision_host...for real this time :) --- inmem-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inmem-test.yml b/inmem-test.yml index 73de94b..f5eef9e 100644 --- a/inmem-test.yml +++ b/inmem-test.yml @@ -6,7 +6,7 @@ vars: - provision_host: "{{ default(tower_provision_host) | default('localhost') }}" + provision_host: "{{ tower_provision_host | default('localhost') }}" tasks: