mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Make documentation of urpmi module force parameter clearer
This commit is contained in:
committed by
Matt Clay
parent
2a6b66053d
commit
3876df5911
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user