update..
This commit is contained in:
@ -306,3 +306,13 @@
|
||||
- nis-install
|
||||
- nis-install-client
|
||||
|
||||
- name: Make sure service rpcbind, nscd and ypbind are started and enabled
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: restarted
|
||||
enabled: true
|
||||
with_items:
|
||||
- rpcbind
|
||||
- nscd
|
||||
- ypbind
|
||||
|
||||
|
Reference in New Issue
Block a user