mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
Update mount.py
still a trailing whitespace
This commit is contained in:
parent
284025660c
commit
5bc6f636f7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ options:
|
|||
point will be created.
|
||||
- If V(unmounted), the device will be unmounted without changing I(fstab).
|
||||
- V(present) only specifies that the device is to be configured in
|
||||
I(fstab) and does not trigger or require a mount.
|
||||
I(fstab) and does not trigger or require a mount.
|
||||
- V(ephemeral) only specifies that the device is to be mounted, without changing
|
||||
I(fstab). If it is already mounted, a remount will be triggered.
|
||||
This will always return RV(ignore:changed=true). If the mount point O(path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue