mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
ded023bb3b
commit
ea2afc6ebc
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ options:
|
|||
choices: [ "yes", "no" ]
|
||||
force:
|
||||
description:
|
||||
- If C(yes), force installs/removes.
|
||||
- 'Corresponds to the C(--force-yes) to I(apt-get) and implies C(allow_unauthenticated: yes)'
|
||||
- 'This option *is not* the equivalent of passing the C(-f) flag to I(apt-get) on the command line'
|
||||
- '**This is a destructive operation with the potential to destroy your system, and it should almost never be used.**
|
||||
Please also see C(man apt-get) for more information.'
|
||||
required: false
|
||||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
|
|
Loading…
Reference in a new issue