Fix documentation in zypper_repository

This commit is contained in:
Toshio Kuratomi 2015-01-14 20:49:44 -08:00 committed by Matt Clay
parent 1f0b0ad3cd
commit 7941681591

View file

@ -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" ]