|
|
@ -52,16 +52,16 @@ options:
|
|
|
|
- A description of the repository
|
|
|
|
- A description of the repository
|
|
|
|
disable_gpg_check:
|
|
|
|
disable_gpg_check:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Whether to disable GPG signature checking of
|
|
|
|
- Whether to disable GPG signature checking of
|
|
|
|
all packages. Has an effect only if state is
|
|
|
|
all packages. Has an effect only if state is
|
|
|
|
I(present).
|
|
|
|
I(present).
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "no"
|
|
|
|
default: "no"
|
|
|
|
choices: [ "yes", "no" ]
|
|
|
|
choices: [ "yes", "no" ]
|
|
|
|
aliases: []
|
|
|
|
aliases: []
|
|
|
|
refresh:
|
|
|
|
refresh:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Enable autorefresh of the repository.
|
|
|
|
- Enable autorefresh of the repository.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "yes"
|
|
|
|
default: "yes"
|
|
|
|
choices: [ "yes", "no" ]
|
|
|
|
choices: [ "yes", "no" ]
|
|
|
|