mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add documention for enabled option in zypper_repository (#3083)
This commit is contained in:
parent
d2eeabf129
commit
48ee364950
1 changed files with 7 additions and 1 deletions
|
@ -98,7 +98,13 @@ options:
|
||||||
default: "no"
|
default: "no"
|
||||||
choices: ["yes", "no"]
|
choices: ["yes", "no"]
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
enabled:
|
||||||
|
description:
|
||||||
|
- Set repository to enabled (or disabled).
|
||||||
|
required: false
|
||||||
|
default: "yes"
|
||||||
|
choices: ["yes", "no"]
|
||||||
|
version_added: "2.2"
|
||||||
|
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Reference in a new issue