Skip to content

Commit

Permalink
fix ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng0518 committed Aug 15, 2022
1 parent d995337 commit ae89cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/etcd/tasks/gen_nodes_certs_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
register: etcd_node_certs
check_mode: no
delegate_to: "{{ groups['etcd'][0] }}"
changed_when: false

- name: Gen_certs | Copy certs on nodes
shell: "set -o pipefail && base64 -d <<< '{{ etcd_node_certs.stdout|quote }}' | tar xz -C {{ etcd_cert_dir }}"
Expand Down

0 comments on commit ae89cde

Please sign in to comment.