summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-08-26 22:15:02 -0400
committerAndrew Butcher <abutcher@redhat.com>2015-11-04 19:57:22 -0500
commit6571fd9d220b7cc67ae5738149164104d5662902 (patch)
tree140f2c1c1ba5af841088d941f8784f0d9df9162e /roles/openshift_node
parenta6dd87452379403704fb5cd1d8647ef3cf978e28 (diff)
downloadopenshift-6571fd9d220b7cc67ae5738149164104d5662902.tar.gz
openshift-6571fd9d220b7cc67ae5738149164104d5662902.tar.bz2
openshift-6571fd9d220b7cc67ae5738149164104d5662902.tar.xz
openshift-6571fd9d220b7cc67ae5738149164104d5662902.zip
Atomic Enterprise/OpenShift Enterprise merge update
Diffstat (limited to 'roles/openshift_node')
-rw-r--r--roles/openshift_node/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/tasks/main.yml b/roles/openshift_node/tasks/main.yml
index fbeba823e..c455a09f1 100644
--- a/roles/openshift_node/tasks/main.yml
+++ b/roles/openshift_node/tasks/main.yml
@@ -8,7 +8,7 @@
when: osn_cluster_dns_ip is not defined or not osn_cluster_dns_ip
- fail:
msg: "SELinux is disabled, This deployment type requires that SELinux is enabled."
- when: (not ansible_selinux or ansible_selinux.status != 'enabled') and deployment_type in ['enterprise', 'online']
+ when: (not ansible_selinux or ansible_selinux.status != 'enabled') and deployment_type in ['enterprise', 'online', 'atomic-enterprise', 'openshift-enterprise']
- name: Set node facts
openshift_facts: