copy ldap cert
This commit is contained in:
parent
f68058ae4d
commit
07e2f4f189
|
@ -63,6 +63,10 @@
|
|||
- restart_nslcd
|
||||
- restart_sssd
|
||||
|
||||
- name: Copy certificate file.
|
||||
ansible.builtin.copy:
|
||||
src: "{{ ldap_cert }}"
|
||||
|
||||
- name: Enable services.
|
||||
ansible.builtin.service:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Reference in New Issue