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
cf4ac3b6
Commit
cf4ac3b6
authored
Mar 12, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add yum latest to docs and examples
parent
3f834cfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rst/modules.rst
+1
-1
rst/playbooks.rst
+2
-2
No files found.
rst/modules.rst
View file @
cf4ac3b6
...
...
@@ -200,7 +200,7 @@ Will install, upgrade, remove, and list packages with the yum package manager.
*state*:
* Can be either 'installed' or 'removed'
* Can be either 'installed'
, 'latest',
or 'removed'
*list*:
...
...
rst/playbooks.rst
View file @
cf4ac3b6
...
...
@@ -42,8 +42,8 @@ server group, then more commands back on the webservers group, etc::
user: root
tasks:
- include: base.yml somevar=3 othervar=4
- name: ensure apache is
installed
action: yum pkg=httpd state=
installed
- name: ensure apache is
at the latest version
action: yum pkg=httpd state=
latest
- name: write the apache config file
action: template src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
...
...
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