Update example
This commit is contained in:
parent
e549d96723
commit
58d23cba68
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ author: "Johan Wiren (@johanwiren)"
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Create a new file system called myfs in pool rpool
|
||||
- zfs: name=rpool/myfs state=present
|
||||
# Create a new file system called myfs in pool rpool with the setuid property turned off
|
||||
- zfs: name=rpool/myfs state=present setuid=off
|
||||
|
||||
# Create a new volume called myvol in pool rpool.
|
||||
- zfs: name=rpool/myvol state=present volsize=10M
|
||||
|
|
Loading…
Reference in a new issue