Skip to content

Commit

Permalink
fix typo in tls path
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 28, 2024
1 parent aa6bb8c commit d8c6067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/roles/tls_certificate/generate/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- "/etc/tls/server.key"
- "/etc/tls/server.crt"
- "/etc/tls/ca.crt"
- "etc/tls/ca.key"
- "/etc/tls/ca.key"

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

0 comments on commit d8c6067

Please sign in to comment.