mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add documention for enabled option in zypper_repository (#3083)
This commit is contained in:
@@ -98,7 +98,13 @@ options:
|
||||
default: "no"
|
||||
choices: ["yes", "no"]
|
||||
version_added: "2.2"
|
||||
|
||||
enabled:
|
||||
description:
|
||||
- Set repository to enabled (or disabled).
|
||||
required: false
|
||||
default: "yes"
|
||||
choices: ["yes", "no"]
|
||||
version_added: "2.2"
|
||||
|
||||
|
||||
requirements:
|
||||
|
||||
Reference in New Issue
Block a user