diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-15 11:22:55 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-15 11:22:55 -0500 |
commit | b54e98e2d4feb9c1cc642643bdf62945a3d5aea7 (patch) | |
tree | 4d81ce52c93d042eec4eca97fd511f3b7b0a4e22 /roles | |
parent | 7aff6316210a8c9b32147770397d3e4664b21af7 (diff) | |
download | openshift-b54e98e2d4feb9c1cc642643bdf62945a3d5aea7.tar.gz openshift-b54e98e2d4feb9c1cc642643bdf62945a3d5aea7.tar.bz2 openshift-b54e98e2d4feb9c1cc642643bdf62945a3d5aea7.tar.xz openshift-b54e98e2d4feb9c1cc642643bdf62945a3d5aea7.zip |
Bug 1308412 - Fail to install containerized HA master env on RHEL7
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_master/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml index 4aede31f6..23dfacf79 100644 --- a/roles/openshift_master/tasks/main.yml +++ b/roles/openshift_master/tasks/main.yml @@ -259,7 +259,7 @@ - name: Mask master service command: systemctl mask {{ openshift.common.service_type }}-master - when: openshift_master_ha | bool and openshift.master.cluster_method == 'native' and not openshift.common.is_atomic | bool + when: openshift_master_ha | bool and openshift.master.cluster_method == 'native' and not openshift.common.is_containerized | bool - name: Start and enable master api service: name={{ openshift.common.service_type }}-master-api enabled=yes state=started |