Skip to content

Commit

Permalink
Add requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: rsuplina <[email protected]>
  • Loading branch information
rsuplina committed Nov 28, 2023
1 parent 9752ec6 commit b2963f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/assemble_template/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
- name: Create cluster template
cloudera.cluster.assemble_cluster_template:
src: "{{ fragments_temp_directory.path }}"
dest: "{{ fragments_temp_directory.path }}/cluster-template.json"

- name: Set fact for cluster template path
ansible.builtin.set_fact:
cluster_template_path: "{{ fragments_temp_directory.path }}/cluster-template.json"
dest: "{{ cluster_template_destination_directory | mandatory }}"

- name: Remove temporary directory
ansible.builtin.file:
path: "{{ fragments_temp_directory.path }}"
state: absent

0 comments on commit b2963f4

Please sign in to comment.