mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Update example
This commit is contained in:
parent
e08638b737
commit
a410f524b4
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ author: "Johan Wiren (@johanwiren)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Create a new file system called myfs in pool rpool
|
# Create a new file system called myfs in pool rpool with the setuid property turned off
|
||||||
- zfs: name=rpool/myfs state=present
|
- zfs: name=rpool/myfs state=present setuid=off
|
||||||
|
|
||||||
# Create a new volume called myvol in pool rpool.
|
# Create a new volume called myvol in pool rpool.
|
||||||
- zfs: name=rpool/myvol state=present volsize=10M
|
- zfs: name=rpool/myvol state=present volsize=10M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue