From 86230661b7e2e416bd4ae534c877a1f31794af38 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Thu, 31 Jul 2025 17:46:03 -0400 Subject: [PATCH] Update playbooks for ansible-lint Signed-off-by: Webster Mudge --- playbooks/pvc_base_postfix.yml | 3 ++- playbooks/pvc_base_prereqs_ext.yml | 3 ++- playbooks/pvc_base_teardown.yml | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/playbooks/pvc_base_postfix.yml b/playbooks/pvc_base_postfix.yml index 2efb0c20..2745a553 100644 --- a/playbooks/pvc_base_postfix.yml +++ b/playbooks/pvc_base_postfix.yml @@ -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: diff --git a/playbooks/pvc_base_prereqs_ext.yml b/playbooks/pvc_base_prereqs_ext.yml index 7522821e..593cab6d 100644 --- a/playbooks/pvc_base_prereqs_ext.yml +++ b/playbooks/pvc_base_prereqs_ext.yml @@ -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: diff --git a/playbooks/pvc_base_teardown.yml b/playbooks/pvc_base_teardown.yml index a1ee3b8f..9106c8bc 100644 --- a/playbooks/pvc_base_teardown.yml +++ b/playbooks/pvc_base_teardown.yml @@ -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: @@ -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: