Make documentation list when force changed defaults

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 36a483dacd
commit 245dce0e30

@ -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…
Cancel
Save