Skip to content

Commit

Permalink
Setup correct permissions for etcd configuration, fixes openshift#10289
Browse files Browse the repository at this point in the history
  • Loading branch information
morsik committed Oct 2, 2018
1 parent 3dc0c7d commit a7f929e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
unarchive:
src: "/tmp/{{ inventory_hostname }}/{{ etcd_generated_certs_dir }}/{{ etcd_cert_subdir }}.tgz"
dest: "{{ etcd_cert_config_dir }}"
owner: etcd
group: etcd
when: etcd_client_certs_missing | bool

- name: Delete temporary directory
Expand Down

0 comments on commit a7f929e

Please sign in to comment.