File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
internal/plugins/ansible/v1/scaffolds/internal/templates/molecule/mdefault
testdata/ansible/memcached-operator/molecule/default Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ const kustomizeTemplate = `---
46
46
changed_when: false
47
47
48
48
- name: Set resources to {{ "{{ state }}" }}
49
+ k8s:
50
+ definition: '{{ "{{ item }}" }}'
51
+ state: '{{ "{{ state }}" }}'
52
+ wait: no
53
+ loop: '{{ "{{ resources.stdout | from_yaml_all | list }}" }}'
54
+
55
+ - name: Wait for resources to get to {{ "{{ state }}" }}
49
56
k8s:
50
57
definition: '{{ "{{ item }}" }}'
51
58
state: '{{ "{{ state }}" }}'
Original file line number Diff line number Diff line change 8
8
changed_when : false
9
9
10
10
- name : Set resources to {{ state }}
11
+ k8s :
12
+ definition : ' {{ item }}'
13
+ state : ' {{ state }}'
14
+ wait : no
15
+ loop : ' {{ resources.stdout | from_yaml_all | list }}'
16
+
17
+ - name : Wait for resources to get to {{ state }}
11
18
k8s :
12
19
definition : ' {{ item }}'
13
20
state : ' {{ state }}'
You can’t perform that action at this time.
0 commit comments