refs #8280 autofs: don't restart nslcd
This commit is contained in:
parent
14ea1f8bde
commit
b4c2898b40
|
@ -1,7 +1,3 @@
|
||||||
- name: restart-nslcd
|
|
||||||
service:
|
|
||||||
name: nslcd
|
|
||||||
state: restarted
|
|
||||||
- name: restart-autofs
|
- name: restart-autofs
|
||||||
service:
|
service:
|
||||||
name: autofs
|
name: autofs
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/nsswitch.conf
|
path: /etc/nsswitch.conf
|
||||||
line: "automount: files"
|
line: "automount: files"
|
||||||
notify: restart-nslcd
|
|
||||||
- name: Add file homes.autofs configured to autofs
|
- name: Add file homes.autofs configured to autofs
|
||||||
template:
|
template:
|
||||||
src: homes.autofs
|
src: homes.autofs
|
||||||
|
|
Loading…
Reference in New Issue