ldap-server: Lint fixes
This commit is contained in:
parent
3c2a8b83b4
commit
06f81b8ad3
1 changed files with 8 additions and 1 deletions
|
@ -109,7 +109,14 @@
|
|||
tags: certificates
|
||||
notify: restart slapd
|
||||
- name: get ldap server chain hash
|
||||
command: "openssl x509 -in /srv/letsencrypt/live/{{ ldap_server_cert }}/chain.pem -noout -hash"
|
||||
command:
|
||||
argv:
|
||||
- openssl
|
||||
- x509
|
||||
- -in
|
||||
- "/srv/letsencrypt/live/{{ ldap_server_cert }}/chain.pem"
|
||||
- -noout
|
||||
- -hash
|
||||
delegate_to: localhost
|
||||
register: result
|
||||
changed_when: false
|
||||
|
|
Loading…
Add table
Reference in a new issue