summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 12:00:11 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 12:00:11 -0500
commit6907b94b63d079288610d50b61e89c5a110bcb0c (patch)
treeb3d4f67b403e62b17ff4bd1bbda3267036b11112 /roles
parent2860fea70dbc36e0d379e51c56de71c920c41554 (diff)
parent8a05a719722cea71a3ed6e70973052f05e434738 (diff)
downloadopenshift-6907b94b63d079288610d50b61e89c5a110bcb0c.tar.gz
openshift-6907b94b63d079288610d50b61e89c5a110bcb0c.tar.bz2
openshift-6907b94b63d079288610d50b61e89c5a110bcb0c.tar.xz
openshift-6907b94b63d079288610d50b61e89c5a110bcb0c.zip
Merge pull request #1270 from detiber/openssl
Ensure openssl present for etcd_ca
Diffstat (limited to 'roles')
-rw-r--r--roles/etcd_ca/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/etcd_ca/tasks/main.yml b/roles/etcd_ca/tasks/main.yml
index d32f5e48c..cf7bc00a3 100644
--- a/roles/etcd_ca/tasks/main.yml
+++ b/roles/etcd_ca/tasks/main.yml
@@ -1,4 +1,8 @@
---
+- name: Install openssl
+ action: "{{ ansible_pkg_mgr }} name=openssl state=present"
+ when: not openshift.common.is_atomic | bool
+
- file:
path: "{{ item }}"
state: directory