Преглед изворни кода

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