Last active
January 2, 2019 09:44
-
-
Save azamara/a7e0ad20f69e960b1823f1dc84e79f59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Install NFS Client | |
hosts: nfs-client | |
gather_facts: no | |
become: yes | |
tasks: | |
- name: Install | |
shell: | | |
yum install -y nfs-utils || (apt-get -y update && apt-get install -y nfs-common) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment