|
@@ -141,7 +141,7 @@
|
|
or
|
|
or
|
|
(op_catalog.resources is defined and
|
|
(op_catalog.resources is defined and
|
|
(op_catalog.resources | length) > 0 and
|
|
(op_catalog.resources | length) > 0 and
|
|
- ((op_catalog.resources[0].spec.image != "{{ catalog_main_image }}") or
|
|
|
|
|
|
+ ((op_catalog.resources[0].spec.image != catalog_main_image) or
|
|
(op_catalog.resources[0].spec.secrets is not defined) or
|
|
(op_catalog.resources[0].spec.secrets is not defined) or
|
|
(op_catalog.resources[0].spec.secrets != ["catalogsecret"])))
|
|
(op_catalog.resources[0].spec.secrets != ["catalogsecret"])))
|
|
|
|
|
|
@@ -164,8 +164,6 @@
|
|
sourceType: "grpc"
|
|
sourceType: "grpc"
|
|
register: op_catalog_modified
|
|
register: op_catalog_modified
|
|
|
|
|
|
-- debug: var=op_catalog_modified
|
|
|
|
-
|
|
|
|
- name: Ensure the RHSSO catalog source is there as well
|
|
- name: Ensure the RHSSO catalog source is there as well
|
|
k8s:
|
|
k8s:
|
|
kubeconfig: tmp/kubeconfig-ocp4
|
|
kubeconfig: tmp/kubeconfig-ocp4
|