Make documentation of urpmi module force parameter clearer

This commit is contained in:
Toshio Kuratomi 2015-01-29 18:50:08 -08:00 committed by Matt Clay
parent 2a6b66053d
commit 3876df5911

View file

@ -52,7 +52,8 @@ options:
choices: [ "yes", "no" ]
force:
description:
- Corresponds to the C(--force) option for I(urpmi).
- Assume "yes" is the answer to any question urpmi has to ask.
Corresponds to the C(--force) option for I(urpmi).
required: false
default: yes
choices: [ "yes", "no" ]