summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-03-02 14:55:18 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-03-02 14:55:18 -0500
commit7874cd4a233669fa86f20f05bc3cd199d8b87935 (patch)
tree359df8d9d92154079bbb422a56d9fda6b242db80 /roles
parente0cf7e62b991d02f0a617751a747403876fe9714 (diff)
parent6a03b0ed527bf739244b1ef666c76bf443a1fdf6 (diff)
downloadopenshift-7874cd4a233669fa86f20f05bc3cd199d8b87935.tar.gz
openshift-7874cd4a233669fa86f20f05bc3cd199d8b87935.tar.bz2
openshift-7874cd4a233669fa86f20f05bc3cd199d8b87935.tar.xz
openshift-7874cd4a233669fa86f20f05bc3cd199d8b87935.zip
Merge pull request #1533 from brenton/bz1313169
Bug 1313169 - Ansible installer tries to enable etcd_container servic…
Diffstat (limited to 'roles')
-rw-r--r--roles/etcd/defaults/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/defaults/main.yaml b/roles/etcd/defaults/main.yaml
index 9e7fa59cf..e6b10cab7 100644
--- a/roles/etcd/defaults/main.yaml
+++ b/roles/etcd/defaults/main.yaml
@@ -1,5 +1,5 @@
---
-etcd_service: "{{ 'etcd' if not openshift.common.is_containerized else 'etcd_container' }}"
+etcd_service: "{{ 'etcd' if not openshift.common.is_containerized | bool else 'etcd_container' }}"
etcd_interface: "{{ ansible_default_ipv4.interface }}"
etcd_client_port: 2379
etcd_peer_port: 2380