Skip to content

Commit

Permalink
Removed mention of nfs_mount from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiggi committed Dec 14, 2017
1 parent d9524d3 commit bb1a9ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/CSCfi/ansible-role-nfs_mount.svg)](https://travis-ci.org/CSCfi/ansible-role-nfs_mount)
ansible-role-nfs_mount
ansible-role-nfs\_mount
=========

Mounts NFS
Expand All @@ -12,8 +12,6 @@ An NFS server
Role Variables
--------------

This only works if nfs_mount variable is not defined

<pre>
nfs_mounts:
- { fstype: "nfs4", name: "/home", src: "{{ nfs_mount_addr }}:/home", state: "mounted", opts: "defaults" }
Expand All @@ -25,7 +23,7 @@ Notice how fstype defaults to "nfs4", state defaults to "mounted" and opts defau
Dependencies
------------

A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
None

Example Playbook
----------------
Expand Down

0 comments on commit bb1a9ad

Please sign in to comment.