mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation in zypper_repository
This commit is contained in:
parent
1f0b0ad3cd
commit
7941681591
1 changed files with 5 additions and 5 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue