|
|
@ -2,7 +2,7 @@
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
|
|
|
|
# (c) 2013, Raul Melo
|
|
|
|
# (c) 2013, Raul Melo
|
|
|
|
# Written by Raul Melo <raulmelo@fgmail.com>
|
|
|
|
# Written by Raul Melo <raulmelo@gmail.com>
|
|
|
|
# Based on yum module written by Seth Vidal <skvidal at fedoraproject.org>
|
|
|
|
# Based on yum module written by Seth Vidal <skvidal at fedoraproject.org>
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This module is free software: you can redistribute it and/or modify
|
|
|
|
# This module is free software: you can redistribute it and/or modify
|
|
|
@ -26,7 +26,7 @@ module: swdepot
|
|
|
|
short_description: Manage packages with swdepot package manager (HP-UX)
|
|
|
|
short_description: Manage packages with swdepot package manager (HP-UX)
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
|
|
|
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
|
|
|
version_added: "1.3"
|
|
|
|
version_added: "1.4"
|
|
|
|
notes: []
|
|
|
|
notes: []
|
|
|
|
author: Raul Melo
|
|
|
|
author: Raul Melo
|
|
|
|
options:
|
|
|
|
options:
|
|
|
@ -37,7 +37,7 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
choices: []
|
|
|
|
choices: []
|
|
|
|
aliases: []
|
|
|
|
aliases: []
|
|
|
|
version_added: 1.3
|
|
|
|
version_added: 1.4
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- whether to install (C(present), C(latest)), or remove (C(absent)) a package.
|
|
|
|
- whether to install (C(present), C(latest)), or remove (C(absent)) a package.
|
|
|
@ -45,7 +45,7 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
choices: [ 'present', 'latest', 'absent']
|
|
|
|
choices: [ 'present', 'latest', 'absent']
|
|
|
|
aliases: []
|
|
|
|
aliases: []
|
|
|
|
version_added: 1.3
|
|
|
|
version_added: 1.4
|
|
|
|
depot:
|
|
|
|
depot:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The source repository from which install or upgrade a package.
|
|
|
|
- The source repository from which install or upgrade a package.
|
|
|
@ -53,7 +53,7 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
choices: []
|
|
|
|
choices: []
|
|
|
|
aliases: []
|
|
|
|
aliases: []
|
|
|
|
version_added: 1.3
|
|
|
|
version_added: 1.4
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|