Add documention for enabled option in zypper_repository (#3083)

pull/18777/head
Robin Roth 8 years ago committed by Matt Clay
parent d2eeabf129
commit 48ee364950

@ -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:

Loading…
Cancel
Save