File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 5
5
definition : " {{ lookup('template', 'crd.yaml.j2') }}"
6
6
wait : yes
7
7
8
- - name : Deploy Data Manager Material
9
- kubernetes.core.k8s :
10
- definition : " {{ lookup('template', '{{ item }}.yaml.j2') }}"
11
- wait : yes
12
- loop :
13
- - rbac-data-manager
14
- - configmap-data-manager
15
-
16
8
- name : Deploy objects to operator Namespace ({{ jo_namespace }})
17
9
kubernetes.core.k8s :
18
10
definition : " {{ lookup('template', '{{ item }}.yaml.j2') }}"
Original file line number Diff line number Diff line change 33
33
that :
34
34
- sa_result.resources|length == 1
35
35
36
- - name : Deploy Data Manager API Operator RBAC
36
+ - name : Deploy Data Manager Material
37
37
kubernetes.core.k8s :
38
- definition : " {{ lookup('template', 'rbac-data-manager .yaml.j2') }}"
38
+ definition : " {{ lookup('template', '{{ item }} .yaml.j2') }}"
39
39
wait : yes
40
+ loop :
41
+ - rbac-data-manager
42
+ - configmap-data-manager
40
43
41
44
module_defaults :
42
45
group/k8s :
You can’t perform that action at this time.
0 commit comments