mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
commit
b76e8c9028
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue