diff --git a/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml b/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml index 81ed152a..e7b1b907 100644 --- a/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml +++ b/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml @@ -28,7 +28,7 @@ - name: "Check if the operators.operatorframework.io.bundle.channels.v1 from annotation.yaml matches the bundle image label" fail: - msg: "The operators.operators.operatorframework.io.bundle.channels.v1 value in the annotations yaml doesn't match the corresponding bundle image label!" + msg: "The operators.operatorframework.io.bundle.channels.v1 value in the annotations yaml doesn't match the corresponding bundle image label!" when: annotations_vars.annotations['operators.operatorframework.io.bundle.channels.v1'] != skopeo_inspect_json.Labels['operators.operatorframework.io.bundle.channels.v1'] - name: "Check if the operators.operatorframework.io.bundle.manifests.v1 from annotation.yaml matches the bundle image label"