File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3131 become : true
3232 gather_facts : false
3333 tasks :
34- - ansible.builtin.include_role :
34+ - name : Include KTS High Availability
35+ ansible.builtin.include_role :
3536 name : cloudera.cluster.deployment.services.kts_high_availability
3637 public : true
3738 apply :
Original file line number Diff line number Diff line change 231231 become : false
232232 gather_facts : false
233233 tasks :
234- - ansible.builtin.file :
234+ - name : Delete temp directories
235+ ansible.builtin.file :
235236 path : " {{ [local_temp_dir, dir] | path_join }}"
236237 state : absent
237238 loop :
Original file line number Diff line number Diff line change 2020 gather_facts : true
2121 become : true
2222 tasks :
23- - ansible.builtin.include_role :
23+ - name : Teardown CA server
24+ ansible.builtin.include_role :
2425 name : cloudera.cluster.infrastructure.ca_certs
2526 tasks_from : clean.yml
2627 tags :
4243 gather_facts : true
4344 become : true
4445 tasks :
45- - ansible.builtin.include_role :
46+ - name : Teardown ECS
47+ ansible.builtin.include_role :
4648 name : cloudera.cluster.teardown
4749 tasks_from : teardown_ecs.yml
4850 vars :
You can’t perform that action at this time.
0 commit comments