mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* overwrite default `unsafe_writes` documentation
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit afe2842b1b
)
Co-authored-by: quidame <quidame@poivron.org>
This commit is contained in:
parent
9cbe572c22
commit
552207ea13
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ options:
|
|||
- I(force=true) and I(sparse=true) are mutually exclusive.
|
||||
type: bool
|
||||
default: false
|
||||
unsafe_writes:
|
||||
description:
|
||||
- This option is silently ignored. This module always modifies file
|
||||
size in-place.
|
||||
|
||||
notes:
|
||||
- This module supports C(check_mode) and C(diff).
|
||||
|
|
Loading…
Reference in a new issue