Skip to content

Commit

Permalink
Setup correct permissiosn for etcd config dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
be4ndr committed Feb 15, 2019
1 parent 42e8a40 commit 58aa472
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,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 58aa472

Please sign in to comment.