File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Check the Data Manager Namespace and Service Account exists...
10
10
11
+ - name : Display namespace
12
+ ansible.builtin.debug :
13
+ var : jo_dmapi_namespace
14
+
11
15
- name : Deploy DataManager RBAC objects (kubeconfig)
12
16
when : jo_kubeconfig != 'SetMe'
13
17
module_defaults :
14
18
group/k8s :
15
19
kubeconfig : " {{ jo_kubeconfig }}"
16
20
block :
17
21
18
- - name : Patch the Data Manager ({{ jo_dmapi_namespace }}) ( kubeconfig)
22
+ - name : Patch the Data Manager (kubeconfig)
19
23
ansible.builtin.include_tasks : dm-patch.yaml
20
24
21
25
- name : Deploy DataManager RBAC objects (k8s API)
22
26
when : jo_kubeconfig == 'SetMe'
23
27
block :
24
28
25
- - name : Patch the Data Manager ({{ jo_dmapi_namespace }}) ( k8s API)
29
+ - name : Patch the Data Manager (k8s API)
26
30
ansible.builtin.include_tasks : dm-patch.yaml
You can’t perform that action at this time.
0 commit comments