소스 검색

Merge pull request #1270 from detiber/openssl

Ensure openssl present for etcd_ca
Brenton Leanhardt 9 년 전
부모
커밋
6907b94b63
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