Skip to content

Commit 9976a05

Browse files
author
Alan Christie
committed
style: Fix some lint issues
1 parent cfe368b commit 9976a05

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

roles/operator/tasks/dm.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@
88

99
# Check the Data Manager Namespace and Service Account exists...
1010

11+
- name: Display namespace
12+
ansible.builtin.debug:
13+
var: jo_dmapi_namespace
14+
1115
- name: Deploy DataManager RBAC objects (kubeconfig)
1216
when: jo_kubeconfig != 'SetMe'
1317
module_defaults:
1418
group/k8s:
1519
kubeconfig: "{{ jo_kubeconfig }}"
1620
block:
1721

18-
- name: Patch the Data Manager ({{ jo_dmapi_namespace }}) (kubeconfig)
22+
- name: Patch the Data Manager (kubeconfig)
1923
ansible.builtin.include_tasks: dm-patch.yaml
2024

2125
- name: Deploy DataManager RBAC objects (k8s API)
2226
when: jo_kubeconfig == 'SetMe'
2327
block:
2428

25-
- name: Patch the Data Manager ({{ jo_dmapi_namespace }}) (k8s API)
29+
- name: Patch the Data Manager (k8s API)
2630
ansible.builtin.include_tasks: dm-patch.yaml

0 commit comments

Comments
 (0)