mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
Update mount.py
suppressed erroneous remaining TOTO check
This commit is contained in:
parent
966df79767
commit
f7f54f242d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ options:
|
||||||
point will be created.
|
point will be created.
|
||||||
- If V(unmounted), the device will be unmounted without changing I(fstab).
|
- If V(unmounted), the device will be unmounted without changing I(fstab).
|
||||||
- V(present) only specifies that the device is to be configured in
|
- V(present) only specifies that the device is to be configured in
|
||||||
I(fstab) and does not trigger or require a mount. TODO check
|
I(fstab) and does not trigger or require a mount.
|
||||||
- V(ephemeral) only specifies that the device is to be mounted, without changing
|
- 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.
|
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)
|
This will always return RV(ignore:changed=true). If the mount point O(path)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue