fix missing space
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- openssl
|
||||
- openssl-devel
|
||||
state: present
|
||||
notify: restart slapd
|
||||
|
||||
- name: Permanently enable ldap service firewalld
|
||||
ansible.posix.firewalld:
|
||||
@@ -38,7 +39,7 @@
|
||||
owner: ldap
|
||||
group: ldap
|
||||
|
||||
- name: Set upldap.conf base
|
||||
- name: Set up ldap.conf base
|
||||
lineinfile:
|
||||
path: /etc/openldap/ldap.conf
|
||||
regexp: '^#BASE'
|
||||
|
||||
Reference in New Issue
Block a user