summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/main.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-11-20 18:10:47 -0500
committerMichael Gugino <mgugino@redhat.com>2017-11-27 09:54:37 -0500
commit94bbe2b08cec73b79d8c0755df45677229c35e34 (patch)
tree75fc00794f5175d9dcd286d90d64d0e75f34a050 /roles/openshift_master/tasks/main.yml
parent05b13fa07f6913ba1afeae50c6647938033769a9 (diff)
downloadopenshift-94bbe2b08cec73b79d8c0755df45677229c35e34.tar.gz
openshift-94bbe2b08cec73b79d8c0755df45677229c35e34.tar.bz2
openshift-94bbe2b08cec73b79d8c0755df45677229c35e34.tar.xz
openshift-94bbe2b08cec73b79d8c0755df45677229c35e34.zip
Simplify is_master_system_container logic
Simplify the variable is_master_system_container
Diffstat (limited to 'roles/openshift_master/tasks/main.yml')
-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 e2f92d597..d570a1c7f 100644
--- a/roles/openshift_master/tasks/main.yml
+++ b/roles/openshift_master/tasks/main.yml
@@ -180,7 +180,7 @@
include_tasks: system_container.yml
when:
- openshift.common.is_containerized | bool
- - openshift.common.is_master_system_container | bool
+ - l_is_master_system_container | bool
- name: Create session secrets file
template: