We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7204790 commit f07883bCopy full SHA for f07883b
1 file changed
playbooks/tasks/deploy_plugin.yaml
@@ -156,6 +156,7 @@
156
KUBECONFIG: "{{ workingDir }}/ocp-cluster/auth/kubeconfig"
157
when:
158
- plugin.mirror | default('none') == 'plugin'
159
+ - plugin.installOperators | default(true)
160
- disconnected | default(true) | bool
161
- r_plugin_mirror is defined
162
- r_plugin_mirror is success
@@ -179,6 +180,7 @@
179
180
| list | length >= (r_catalog_sources.resources | length)
181
182
183
184
185
186
0 commit comments