commit d6830bdd4b9a1e3055241a20ec6592b697ffec59
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 7 19:34:49 2021 +0200
Remove network-scripts from nfs-client
roles/nfs/client/tasks/main.yml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml
index 17826c1..3f2f9b0 100644
--- a/roles/nfs/client/tasks/main.yml
+++ b/roles/nfs/client/tasks/main.yml
@@ -1,9 +1,3 @@
-- name: install network-scripts package
- package: name=network-scripts state=installed
- when: ansible_distribution_major_version|int >= 29
- tags:
- - nfs/client
-
# Setup our idmapd.conf file. It should be loaded automagically.
- name: idmapd.conf
copy: src=idmapd.conf dest=/etc/idmapd.conf