Skip to content

Commit 4eedd09

Browse files
authored
Update playbooks for ansible-lint (#213)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 4adfc70 commit 4eedd09

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

playbooks/pvc_base_postfix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
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:

playbooks/pvc_base_prereqs_ext.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@
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:

playbooks/pvc_base_teardown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
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:
@@ -42,7 +43,8 @@
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:

0 commit comments

Comments
 (0)