瀏覽代碼

Ensure openssl present for etcd_ca

Jason DeTiberus 9 年之前
父節點
當前提交
8a05a71972
共有 1 個文件被更改,包括 4 次插入0 次删除
  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