summaryrefslogtreecommitdiffstats
path: root/roles/etcd_migrate/tasks/check.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd_migrate/tasks/check.yml')
-rw-r--r--roles/etcd_migrate/tasks/check.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/etcd_migrate/tasks/check.yml b/roles/etcd_migrate/tasks/check.yml
index b66696b55..0804d9e1c 100644
--- a/roles/etcd_migrate/tasks/check.yml
+++ b/roles/etcd_migrate/tasks/check.yml
@@ -1,7 +1,4 @@
---
-- fail:
- msg: "Currently etcd v3 migration is unsupported while we test it more thoroughly"
- when: not openshift_enable_unsupported_configurations | default(false) | bool
# Check the cluster is healthy
- include: check_cluster_health.yml