Update zypper
Modified "Version_added"
This commit is contained in:
parent
c985d72df6
commit
069ec8f68d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: zypper
|
module: zypper
|
||||||
author: Patrick Callahan
|
author: Patrick Callahan
|
||||||
version_added: "1.7"
|
version_added: "1.2"
|
||||||
short_description: Manage packages on SuSE and openSuSE
|
short_description: Manage packages on SuSE and openSuSE
|
||||||
description:
|
description:
|
||||||
- Manage packages on SuSE and openSuSE using the zypper and rpm tools.
|
- Manage packages on SuSE and openSuSE using the zypper and rpm tools.
|
||||||
|
@ -60,6 +60,7 @@ options:
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
aliases: []
|
aliases: []
|
||||||
disable_recommends:
|
disable_recommends:
|
||||||
|
version_added: "1.7"
|
||||||
description:
|
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.
|
- 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
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue