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
dfbe35d4
Commit
dfbe35d4
authored
Mar 28, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename apt-rpm to apt_rpm.
parent
535b2ba6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
CHANGELOG.md
+1
-0
library/packaging/apt_rpm
+6
-6
No files found.
CHANGELOG.md
View file @
dfbe35d4
...
...
@@ -21,6 +21,7 @@ New Modules:
*
packaging: composer (PHP)
*
packaging: homebrew_tap (OS X)
*
packaging: homebrew_cask (OS X)
*
packaging: apt_rpm
*
notification: nexmo (SMS)
*
notification: twilio (SMS)
*
notification: slack (Slack.com)
...
...
library/packaging/apt
-
rpm
→
library/packaging/apt
_
rpm
View file @
dfbe35d4
...
...
@@ -21,8 +21,8 @@
DOCUMENTATION
=
'''
---
module: apt
-
rpm
short_description: apt
-
rpm package manager
module: apt
_
rpm
short_description: apt
_
rpm package manager
description:
- Manages packages with I(apt-rpm). Both low-level (I(rpm)) and high-level (I(apt-get)) package manager binaries required.
version_added: "1.5"
...
...
@@ -50,13 +50,13 @@ notes: []
EXAMPLES
=
'''
# install package foo
- apt
-
rpm: pkg=foo state=present
- apt
_
rpm: pkg=foo state=present
# remove package foo
- apt
-
rpm: pkg=foo state=absent
- apt
_
rpm: pkg=foo state=absent
# description: remove packages foo and bar
- apt
-
rpm: pkg=foo,bar state=absent
- apt
_
rpm: pkg=foo,bar state=absent
# description: update the package database and install bar (bar will be the updated if a newer version exists)
- apt
-
rpm: name=bar state=present update_cache=yes
- apt
_
rpm: name=bar state=present update_cache=yes
'''
...
...
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