Fix some ansible-lint complaints.
This commit is contained in:
parent
c7030c9245
commit
2cf34e8e55
64 changed files with 357 additions and 297 deletions
|
@ -2,8 +2,8 @@
|
|||
dn: cn=config
|
||||
changetype: modify
|
||||
add: olcTLSCertificateFile
|
||||
olcTLSCertificateFile: {{ TLSCertificateFile }}
|
||||
olcTLSCertificateFile: {{ certpub }}
|
||||
-
|
||||
add: olcTLSCertificateKeyFile
|
||||
olcTLSCertificateKeyFile: {{ TLSCertificateKeyFile }}
|
||||
olcTLSCertificateKeyFile: {{ certpriv }}
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue