From baa59a9e4880eb1584e5eba96a06d59454e5dd80 Mon Sep 17 00:00:00 2001 From: Elsa Passaro Date: Fri, 21 Jun 2024 12:58:14 +0200 Subject: [PATCH] fix content_template integration test --- tests/integration/targets/vmware_content_template/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/vmware_content_template/vars.yml b/tests/integration/targets/vmware_content_template/vars.yml index 09b12df3..23486e16 100644 --- a/tests/integration/targets/vmware_content_template/vars.yml +++ b/tests/integration/targets/vmware_content_template/vars.yml @@ -8,4 +8,5 @@ mock_file: "vmware_content_template" run_on_simulator: true vm: test template_host: 1.2.3.4. +library: templates template_name: mytemplate \ No newline at end of file