Changed ansible target version

pull/4398/head
Raul Melo 11 years ago
parent 59373657fa
commit c8f9f8825f

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# (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>
#
# 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)
description:
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
version_added: "1.3"
version_added: "1.4"
notes: []
author: Raul Melo
options:
@ -37,7 +37,7 @@ options:
default: null
choices: []
aliases: []
version_added: 1.3
version_added: 1.4
state:
description:
- whether to install (C(present), C(latest)), or remove (C(absent)) a package.
@ -45,7 +45,7 @@ options:
default: null
choices: [ 'present', 'latest', 'absent']
aliases: []
version_added: 1.3
version_added: 1.4
depot:
description:
- The source repository from which install or upgrade a package.
@ -53,7 +53,7 @@ options:
default: null
choices: []
aliases: []
version_added: 1.3
version_added: 1.4
'''
EXAMPLES = '''

Loading…
Cancel
Save