Skip to content

Commit 5b6fb2f

Browse files
committed
Fix typo 'private_key_path'
1 parent 78dff37 commit 5b6fb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/generate-csr/generate-csr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gather_facts: false
55
vars:
66
csr_path: "<example.tld>_csr.pem"
7-
private_key_path: "<example.tld>__key.pem"
7+
private_key_path: "<example.tld>_key.pem"
88
common_name: "*.<example.tld>_"
99
tasks:
1010
- name: Create directory

0 commit comments

Comments
 (0)