Merge 0236885ec8 into 2fad0a8db6
This commit is contained in:
commit
8562465017
|
|
@ -67,3 +67,15 @@
|
|||
path: /etc/sudoers
|
||||
validate: visudo -cf %s
|
||||
when: ansible_os_family in [ "RedHat", "Suse" ]
|
||||
|
||||
- name: install libnfs-utils
|
||||
apt:
|
||||
name: libnfs-utils
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: install nfs-common
|
||||
apt:
|
||||
name: nfs-common
|
||||
state: present
|
||||
update_cache: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue