Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
c8f9f882
Commit
c8f9f882
authored
Oct 08, 2013
by
Raul Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed ansible target version
parent
59373657
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
library/packaging/swdepot
+5
-5
No files found.
library/packaging/swdepot
View file @
c8f9f882
...
...
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# (c) 2013, Raul Melo
# Written by Raul Melo <raulmelo@
f
gmail.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
=
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment