This commit is contained in:
2024-08-14 01:00:47 +02:00
parent 716534904f
commit 8944f0c4f9
5 changed files with 221 additions and 4 deletions

View File

@ -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