소스 검색

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