mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
fix typo & sample return
This commit is contained in:
parent
44d071cb4c
commit
e1bec0b29d
1 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ cmd:
|
||||||
description: Command executed to create or resize the file.
|
description: Command executed to create or resize the file.
|
||||||
type: str
|
type: str
|
||||||
returned: when changed or failed
|
returned: when changed or failed
|
||||||
sample: dd if=/dev/zero of=/var/swapfile bs=1048576 seek=3072 count=1024 conv=fsync
|
sample: /usr/bin/dd if=/dev/zero of=/var/swapfile bs=1048576 seek=3072 count=1024
|
||||||
|
|
||||||
filesize:
|
filesize:
|
||||||
description: Dictionary of sizes related to the file.
|
description: Dictionary of sizes related to the file.
|
||||||
|
|
@ -180,7 +180,7 @@ size_diff:
|
||||||
returned: always
|
returned: always
|
||||||
|
|
||||||
path:
|
path:
|
||||||
description: Realpath of the file if it is a symlink, otherwize the same than module's param.
|
description: Realpath of the file if it is a symlink, otherwise the same than module's param.
|
||||||
type: str
|
type: str
|
||||||
sample: /var/swap0
|
sample: /var/swap0
|
||||||
returned: always
|
returned: always
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue