summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-15 11:32:41 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-15 11:32:41 -0500
commit9734dbb505537355222cb672ac69c0abde381660 (patch)
tree6ae979c0c3dd824b0f26da14d2d802a945bd4f9f /roles
parent65e8d09e50a269be1dabb00b0db0890c8f6cf014 (diff)
parentb54e98e2d4feb9c1cc642643bdf62945a3d5aea7 (diff)
downloadopenshift-9734dbb505537355222cb672ac69c0abde381660.tar.gz
openshift-9734dbb505537355222cb672ac69c0abde381660.tar.bz2
openshift-9734dbb505537355222cb672ac69c0abde381660.tar.xz
openshift-9734dbb505537355222cb672ac69c0abde381660.zip
Merge pull request #1397 from brenton/bz1308314
Bug 1308314 - Failed to continue installation when pressing CTRL-C
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_master/tasks/main.yml2
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