Browse Source

Merge pull request #2291 from abutcher/etcd-user

Bug 1366595 - installer failed at task "Validate permissions on certificate files"
Scott Dodson 8 years ago
parent
commit
a37d605616
1 changed files with 4 additions and 0 deletions
  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 }}"