summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_cluster/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master_cluster/tasks/main.yml')
-rw-r--r--roles/openshift_master_cluster/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_master_cluster/tasks/main.yml b/roles/openshift_master_cluster/tasks/main.yml
index 6303a6e46..978e2920d 100644
--- a/roles/openshift_master_cluster/tasks/main.yml
+++ b/roles/openshift_master_cluster/tasks/main.yml
@@ -1,4 +1,8 @@
---
+- fail:
+ msg: "Not possible on atomic hosts for now"
+ when: is_atomic
+
- name: Test if cluster is already configured
command: pcs status
register: pcs_status