mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
commit
7b7108928e
1 changed files with 3 additions and 3 deletions
|
@ -542,9 +542,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 ensure=latest
|
yum pkg=httpd state=latest
|
||||||
yum pkg=httpd ensure=removed
|
yum pkg=httpd state=removed
|
||||||
yum pkg=httpd ensure=installed
|
yum pkg=httpd state=installed
|
||||||
|
|
||||||
|
|
||||||
Writing your own modules
|
Writing your own modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue