Fix yum example

This commit is contained in:
Tim Bielawa 2012-04-20 14:26:45 -04:00
parent bc0980496c
commit 7b7428a31e

View file

@ -542,9 +542,9 @@ Will install, upgrade, remove, and list packages with the yum package manager.
Example action from Ansible :doc:`playbooks`::
yum pkg=httpd ensure=latest
yum pkg=httpd ensure=removed
yum pkg=httpd ensure=installed
yum pkg=httpd state=latest
yum pkg=httpd state=removed
yum pkg=httpd state=installed
Writing your own modules