소스 검색

Merge pull request #2291 from abutcher/etcd-user

Bug 1366595 - installer failed at task "Validate permissions on certificate files"
Scott Dodson 8 년 전
부모
커밋
a37d605616
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      roles/etcd_server_certificates/tasks/main.yml

+ 4 - 0
roles/etcd_server_certificates/tasks/main.yml

@@ -1,4 +1,8 @@
 ---
+- name: Install etcd
+  action: "{{ ansible_pkg_mgr }} name=etcd state=present"
+  when: not etcd_is_containerized | bool
+
 - name: Check status of etcd certificates
   stat:
     path: "{{ etcd_cert_config_dir }}/{{ item }}"