Skip to content

Commit 6446141

Browse files
authored
Update role API for assemble_template (#183)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 899bafe commit 6446141

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

roles/assemble_template/meta/argument_specs.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
argument_specs:
1818
main:
1919
short_description: "Discover and render files into a cluster template"
20-
description: |
21-
Discovers fragment files in a specified directory, loops through fragment files
22-
rendering them through M(ansible.builtin.template), places them in a temporary directory,
23-
and then assembles a single, final cluster template.
24-
Fragment files must be located on the Ansible controller since M(ansible.builtin.template) only executes on the controller.
25-
This ensures that the template processing occurs on the Ansible controller machine.
26-
author: "Ronald Suplina <rsuplina@cloudera.com>"
20+
description:
21+
- 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.
22+
- Fragment files must be located on the Ansible controller since M(ansible.builtin.template) only executes on the controller.
23+
- This ensures that the template processing occurs on the Ansible controller machine.
24+
author:
25+
- "Ronald Suplina <rsuplina@cloudera.com>"
2726
options:
2827
cluster_template_fragments_directory:
2928
description: "Path to the directory containing fragment files for the cluster template"

0 commit comments

Comments
 (0)