Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed on centos 7.7 #1

Closed
ossiemarks opened this issue Nov 7, 2019 · 3 comments
Closed

failed on centos 7.7 #1

ossiemarks opened this issue Nov 7, 2019 · 3 comments

Comments

@ossiemarks
Copy link

TASK [acromedia.nfs/server : Install NFS utilities] ****************************************************************************************
fatal: [master.devopscomputing.co.uk]: FAILED! => {"changed": false, "msg": "No package matching 'nfs-utils-lib' found available, installed or updated", "rc": 126, "results": ["1:nfs-utils-1.3.0-0.65.el7.x86_64 providing nfs-utils is already installed", "No package matching 'nfs-utils-lib' found available, installed or updated"]}

@dale-c-anderson
Copy link
Member

@ossiemarks thanks for the feedback. The role has only been tested with CentOS 6.

For centos 7, you should be able to just comment out that lib package from the red hat tasks file https://github.com/AcroMedia/ansible-role-nfs/blob/master/server/tasks/RedHat.yml#L6 to get your copy working.

@ossiemarks
Copy link
Author

Thanks for feeding back, yes the two packages are now combined so if Os = 7.7 just install nfs-utlils and not nfs-utils-libs

Thanks :)

@dale-c-anderson
Copy link
Member

This should be fixed as of d2a1f5b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants