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
|
||||
service:
|
||||
name: autofs
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
lineinfile:
|
||||
path: /etc/nsswitch.conf
|
||||
line: "automount: files"
|
||||
notify: restart-nslcd
|
||||
- name: Add file homes.autofs configured to autofs
|
||||
template:
|
||||
src: homes.autofs
|
||||
|
|
Loading…
Reference in New Issue