mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make documentation list when force changed defaults
This commit is contained in:
parent
36a483dacd
commit
245dce0e30
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ options:
|
|||
force:
|
||||
description:
|
||||
- If C(yes), modified files will be discarded. If C(no), module will fail if it encounters modified files.
|
||||
Prior to 1.9 the default was `yes`.
|
||||
required: false
|
||||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
|
|
Loading…
Reference in a new issue