Fix documentation in zypper_repository

reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
parent 86f2124c0d
commit 16d622aab8

@ -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…
Cancel
Save