Skip to content

Commit

Permalink
Update automation/roles/tls_certificate/generate/tasks/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaliy Kukharik <[email protected]>
  • Loading branch information
klention and vitabaks authored Dec 27, 2024
1 parent 71e33f1 commit c166664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automation/roles/tls_certificate/generate/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- "{{ tls_etcd_cert_path | default('/etc/etcd/server.crt') }}"
- "{{ tls_etcd_ca_cert_path | default('/etc/etcd/ca.crt') }}"
- "{{ tls_etcd_privatekey_path | default('/etc/etcd/server.key') }}"
- "/etc/tls"

- ansible.builtin.set_fact:
all_san_entries: []
Expand Down

0 comments on commit c166664

Please sign in to comment.