Use semantic markup (modules t-z) (#6698)

* Use semantic markup.

* Fix escaping.
This commit is contained in:
Felix Fontein
2023-06-18 19:48:01 +02:00
committed by GitHub
parent 3b13c30112
commit ccdcf70d69
29 changed files with 186 additions and 189 deletions

View File

@@ -47,8 +47,7 @@ options:
disable_gpg_check:
description:
- Whether to disable GPG signature checking of
all packages. Has an effect only if state is
I(present).
all packages. Has an effect only if O(state=present).
- Needs zypper version >= 1.6.2.
type: bool
default: false
@@ -73,7 +72,7 @@ options:
auto_import_keys:
description:
- 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).
- Has an effect only if O(state=present). Has no effect on existing (unchanged) repositories or in combination with O(state=absent).
- Implies runrefresh.
- Only works with C(.repo) files if `name` is given explicitly.
type: bool