ldap-server: Lint fixes

This commit is contained in:
Timo Makinen 2021-09-02 12:56:47 +00:00
parent 3c2a8b83b4
commit 06f81b8ad3

View file

@ -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