Update rst/modules.rst

This commit is contained in:
ADRIyas 2012-07-31 00:14:50 +08:00
parent 75d5f2579d
commit 2253fa1019

View file

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