From 1eaf3881ef32cfc453f39d343c07827943e36a8b Mon Sep 17 00:00:00 2001 From: Raul Melo Date: Tue, 8 Oct 2013 00:27:08 +0200 Subject: [PATCH] Changed ansible target version --- packaging/swdepot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/swdepot b/packaging/swdepot index ef054085105..8cfe43d7ac3 100644 --- a/packaging/swdepot +++ b/packaging/swdepot @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # (c) 2013, Raul Melo -# Written by Raul Melo +# Written by Raul Melo # Based on yum module written by Seth Vidal # # 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 = '''