Browse Source

Ensure openssl present for etcd_ca

Jason DeTiberus 9 years ago
parent
commit
8a05a71972
1 changed files with 4 additions and 0 deletions
  1. 4 0
      roles/etcd_ca/tasks/main.yml

+ 4 - 0
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