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
|
tags: certificates
|
||||||
notify: restart slapd
|
notify: restart slapd
|
||||||
- name: get ldap server chain hash
|
- 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
|
delegate_to: localhost
|
||||||
register: result
|
register: result
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue