From 794168159121c1070ad151ff45b4be9dc46a88fb Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 14 Jan 2015 20:49:44 -0800 Subject: [PATCH] Fix documentation in zypper_repository --- .../modules/extras/packaging/os/zypper_repository.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/extras/packaging/os/zypper_repository.py b/lib/ansible/modules/extras/packaging/os/zypper_repository.py index 9cdce3ee4f3..f208305fe60 100644 --- a/lib/ansible/modules/extras/packaging/os/zypper_repository.py +++ b/lib/ansible/modules/extras/packaging/os/zypper_repository.py @@ -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" ]