forked from infra/ansible
Forgot to add notify statement.
This commit is contained in:
parent
749991b39a
commit
cf3667ddcf
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
- name: Configure slapd (init script)
|
- name: Configure slapd (init script)
|
||||||
copy: src=slapd dest=/etc/default/slapd
|
copy: src=slapd dest=/etc/default/slapd
|
||||||
|
notify: Restart slapd
|
||||||
tags: ldap
|
tags: ldap
|
||||||
|
|
||||||
- name: Configure slapd
|
- name: Configure slapd
|
||||||
|
Loading…
Reference in New Issue
Block a user