Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion playbooks/pvc_base_postfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
become: true
gather_facts: false
tasks:
- ansible.builtin.include_role:
- name: Include KTS High Availability
ansible.builtin.include_role:
name: cloudera.cluster.deployment.services.kts_high_availability
public: true
apply:
Expand Down
3 changes: 2 additions & 1 deletion playbooks/pvc_base_prereqs_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@
become: false
gather_facts: false
tasks:
- ansible.builtin.file:
- name: Delete temp directories
ansible.builtin.file:
path: "{{ [local_temp_dir, dir] | path_join }}"
state: absent
loop:
Expand Down
6 changes: 4 additions & 2 deletions playbooks/pvc_base_teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
gather_facts: true
become: true
tasks:
- ansible.builtin.include_role:
- name: Teardown CA server
ansible.builtin.include_role:
name: cloudera.cluster.infrastructure.ca_certs
tasks_from: clean.yml
tags:
Expand All @@ -42,7 +43,8 @@
gather_facts: true
become: true
tasks:
- ansible.builtin.include_role:
- name: Teardown ECS
ansible.builtin.include_role:
name: cloudera.cluster.teardown
tasks_from: teardown_ecs.yml
vars:
Expand Down
Loading