Fix documentation in zypper_repository

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 1f0b0ad3cd
commit 7941681591

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

Loading…
Cancel
Save