Add comment on auto_import_key for .repo files in zypper_repository (#33941)

Fixes #32375
This commit is contained in:
Robin Roth 2017-12-22 07:05:47 +01:00 committed by ansibot
parent 5a80375be9
commit fcd3db27f9

View file

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