mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
misc clarifications
This commit is contained in:
parent
1051d8f5ca
commit
0151ed4508
1 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,8 @@ Manages apt-packages (such as for Debian/Ubuntu).
|
||||||
|
|
||||||
*pkg*:
|
*pkg*:
|
||||||
|
|
||||||
* A package name or package specifier with version, like foo=1.0
|
* A package name or package specifier with version, like `foo`, or `foo=1.0` to
|
||||||
|
install a specific version of the foo package.
|
||||||
|
|
||||||
*state*:
|
*state*:
|
||||||
|
|
||||||
|
@ -624,7 +625,8 @@ Will install, upgrade, remove, and list packages with the yum package manager.
|
||||||
|
|
||||||
* When 'list' is supplied instead of 'state', the yum module can list
|
* When 'list' is supplied instead of 'state', the yum module can list
|
||||||
various configuration attributes. Values include 'installed', 'updates',
|
various configuration attributes. Values include 'installed', 'updates',
|
||||||
'available', 'repos', or any package specifier.
|
'available', 'repos', or any package specifier. (This is more intended for
|
||||||
|
use with /usr/bin/ansible or the API, not playbooks.)
|
||||||
|
|
||||||
Example action from Ansible :doc:`playbooks`::
|
Example action from Ansible :doc:`playbooks`::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue