ldap/server: Include chain files to certificates tag
This commit is contained in:
parent
36cbc1dd48
commit
c1198880bb
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
delegate_to: localhost
|
||||
register: result
|
||||
changed_when: false
|
||||
tags: certificates
|
||||
- name: link server chain certificate
|
||||
file:
|
||||
path: "/etc/openldap/certs/{{ result.stdout }}.0"
|
||||
|
@ -113,6 +114,7 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
follow: false
|
||||
state: link
|
||||
tags: certificates
|
||||
- name: link local ca certificate
|
||||
file:
|
||||
path: "/etc/openldap/certs/{{ pki_cacert_hash }}.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue