From fcd3db27f95f1d8ff35d8f6d674574c0d010b976 Mon Sep 17 00:00:00 2001 From: Robin Roth Date: Fri, 22 Dec 2017 07:05:47 +0100 Subject: [PATCH] Add comment on auto_import_key for .repo files in zypper_repository (#33941) Fixes #32375 --- lib/ansible/modules/packaging/os/zypper_repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/packaging/os/zypper_repository.py b/lib/ansible/modules/packaging/os/zypper_repository.py index ca1b04bc103..92d9fe303c9 100644 --- a/lib/ansible/modules/packaging/os/zypper_repository.py +++ b/lib/ansible/modules/packaging/os/zypper_repository.py @@ -81,6 +81,7 @@ options: - Automatically import the gpg signing key of the new or changed repository. - Has an effect only if state is I(present). Has no effect on existing (unchanged) repositories or in combination with I(absent). - Implies runrefresh. + - Only works with C(.repo) files if `name` is given explicitly. required: false default: "no" choices: ["yes", "no"]