Commit 2253fa10 by ADRIyas

Update rst/modules.rst

parent 75d5f257
...@@ -732,9 +732,9 @@ Will install, upgrade, remove, and list packages with the yum package manager. ...@@ -732,9 +732,9 @@ Will install, upgrade, remove, and list packages with the yum package manager.
Example action from Ansible :doc:`playbooks`:: Example action from Ansible :doc:`playbooks`::
yum pkg=httpd state=latest yum name=httpd state=latest
yum pkg=httpd state=removed yum name=httpd state=removed
yum pkg=httpd state=installed yum name=httpd state=installed
Writing your own modules 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