1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update force documentation to reflect default=no

This commit is contained in:
Toshio Kuratomi 2015-01-28 16:19:00 -08:00 committed by Matt Clay
parent b853ad6c90
commit 36a483dacd

View file

@ -51,7 +51,7 @@ options:
description:
- If C(yes), modified files will be discarded. If C(no), module will fail if it encounters modified files.
required: false
default: "yes"
default: "no"
choices: [ "yes", "no" ]
username:
description: