Commit a78a4f63 by alxgu Committed by Michael DeHaan

Update zypper

Modified "Version_added"
parent ca5a6434
......@@ -32,7 +32,7 @@ DOCUMENTATION = '''
---
module: zypper
author: Patrick Callahan
version_added: "1.7"
version_added: "1.2"
short_description: Manage packages on SuSE and openSuSE
description:
- Manage packages on SuSE and openSuSE using the zypper and rpm tools.
......@@ -60,6 +60,7 @@ options:
choices: [ "yes", "no" ]
aliases: []
disable_recommends:
version_added: "1.7"
description:
- Corresponds to the C(--no-recommends) option for I(zypper). Default behavior (C(yes)) modifies zypper's default behavior; C(no) does install recommended packages.
required: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment