mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 19:53:12 +00:00
Update rst/modules.rst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user