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
81940c8b
Commit
81940c8b
authored
Jul 05, 2013
by
Seth Vidal
Committed by
Michael DeHaan
Jul 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add examples for yum: state=latest name=*
parent
7216a2b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library/packaging/yum
+2
-0
No files found.
library/packaging/yum
View file @
81940c8b
...
...
@@ -35,6 +35,7 @@ options:
name:
description:
- package name, or package specifier with version, like C(name-1.0).
- in state=latest this can be '*' which means run: yum -y update
required: true
default: null
aliases: []
...
...
@@ -96,6 +97,7 @@ EXAMPLES = '''
- yum: name=httpd state=latest
- yum: name=httpd state=removed
- yum: name=httpd enablerepo=testing state=installed
- yum: name=* state=latest
'''
def_qf
=
"
%
{name}-
%
{version}-
%
{release}.
%
{arch}"
...
...
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