Skip to content
Snippets Groups Projects
Commit a7b04785 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

made nfs-utils-lib a special exception as it does not exist in Centos7

parent d2cbece0
No related branches found
No related tags found
1 merge request!43Simon nfs fix
......@@ -5,7 +5,13 @@
with_items:
- libnfsidmap
- nfs-utils
- nfs-utils-lib
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"
- name: install dependencies
yum: name={{ item }} state=installed
sudo: true
with_items:
- nfs-utils-lib
when: ansible_os_family == "RedHat" and ansible_distribution_major_version < "7"
- include: mountFileSystem.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment