From 26aec571719251df572bd68574ba64f7a94d0eee Mon Sep 17 00:00:00 2001 From: rsuplina Date: Wed, 6 Dec 2023 14:19:11 +0000 Subject: [PATCH] Add update to documentation Signed-off-by: rsuplina --- roles/assemble_template/meta/argument_specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/assemble_template/meta/argument_specs.yml b/roles/assemble_template/meta/argument_specs.yml index fdc66960..615ceee6 100644 --- a/roles/assemble_template/meta/argument_specs.yml +++ b/roles/assemble_template/meta/argument_specs.yml @@ -21,7 +21,7 @@ argument_specs: Discovers fragment files in a specified directory, loops through fragment files rendering them through M(ansible.builtin.template), places them in a temporary directory, and then assembles a single, final cluster template. - Fragment files must be stored in the locally since M(ansible.builtin.template) can only run locally. + Fragment files must be located on the Ansible controller since M(ansible.builtin.template) only executes on the controller. This ensures that the template processing occurs on the Ansible controller machine. author: "Ronald Suplina " options: