Skip to content

Commit

Permalink
Setup correct permissiosn for etcd config dir, 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 677547b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,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_server_certs_missing | bool

- name: Create a tarball of the etcd ca certs
Expand Down

0 comments on commit 677547b

Please sign in to comment.