mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Docs standardization
This commit is contained in:
parent
2a416babee
commit
6ae9804738
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ options:
|
||||||
force:
|
force:
|
||||||
required: false
|
required: false
|
||||||
default: "yes"
|
default: "yes"
|
||||||
choices: [ yes, no ]
|
choices: [ 'yes', 'no' ]
|
||||||
description:
|
description:
|
||||||
- If C(yes), any modified files in the working
|
- If C(yes), any modified files in the working
|
||||||
tree will be discarded.
|
tree will be discarded.
|
||||||
|
|
Loading…
Reference in a new issue