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
0151ed45
Commit
0151ed45
authored
May 10, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc clarifications
parent
1051d8f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
rst/modules.rst
+4
-2
No files found.
rst/modules.rst
View file @
0151ed45
...
@@ -44,7 +44,8 @@ Manages apt-packages (such as for Debian/Ubuntu).
...
@@ -44,7 +44,8 @@ Manages apt-packages (such as for Debian/Ubuntu).
*pkg*:
*pkg*:
* A package name or package specifier with version, like foo=1.0
* A package name or package specifier with version, like `foo`, or `foo=1.0` to
install a specific version of the foo package.
*state*:
*state*:
...
@@ -624,7 +625,8 @@ Will install, upgrade, remove, and list packages with the yum package manager.
...
@@ -624,7 +625,8 @@ Will install, upgrade, remove, and list packages with the yum package manager.
* When 'list' is supplied instead of 'state', the yum module can list
* When 'list' is supplied instead of 'state', the yum module can list
various configuration attributes. Values include 'installed', 'updates',
various configuration attributes. Values include 'installed', 'updates',
'available', 'repos', or any package specifier.
'available', 'repos', or any package specifier. (This is more intended for
use with /usr/bin/ansible or the API, not playbooks.)
Example action from Ansible :doc:`playbooks`::
Example action from Ansible :doc:`playbooks`::
...
...
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