diff options
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/post_control_plane.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml index 70f4abdf9..01c1e0c15 100644 --- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml @@ -87,6 +87,7 @@      register: grep_plugin_order_override      when: openshift.common.version_gte_3_3_or_1_3 | bool      changed_when: false +    failed_when: false    - name: Warn if pluginOrderOverride is in use in master-config.yaml      debug:  | 
