Allude to apt on the examples page.

This commit is contained in:
Michael DeHaan
2012-03-26 21:41:50 -04:00
parent 1f565c3d76
commit d7b11e4a10
6 changed files with 21 additions and 18 deletions

View File

@@ -96,6 +96,8 @@ The mode, owner, and group arguments can also be used on the copy or template li
Managing Packages
`````````````````
There are modules available for yum and apt. Here are some examples with yum.
Ensure a package is installed, but don't update it::
ansible webservers -m yum -a "pkg=acme state=installed"