mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Remove deprecated option from nfs mount example
This commit is contained in:
parent
a15e376bb9
commit
40a9ff36bb
1 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ EXAMPLES = r'''
|
|||
ansible.posix.mount:
|
||||
src: 192.168.1.100:/nfs/ssd/shared_data
|
||||
path: /mnt/shared_data
|
||||
opts: rw,sync,hard,intr
|
||||
opts: rw,sync,hard
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ EXAMPLES = r'''
|
|||
ansible.posix.mount:
|
||||
src: 192.168.1.100:/nfs/ssd/shared_data
|
||||
path: /mnt/shared_data
|
||||
opts: rw,sync,hard,intr
|
||||
opts: rw,sync,hard
|
||||
boot: no
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
|
|
|
|||
Loading…
Reference in a new issue