Commit 7b710892 by Michael DeHaan

Merge pull request #62 from tbielawa/fixYumExample

Fix yum example
parents 3671d046 7b7428a3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment