mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
[PR #7552/58705d5a backport][stable-8] More docs cleanup (#7579)
More docs cleanup (#7552)
* More docs improvements.
* timezone: mention which versions of AIX are supported.
(cherry picked from commit 58705d5ac3
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
04b29342d2
commit
12319f4a82
108 changed files with 25 additions and 162 deletions
|
@ -32,12 +32,6 @@ options:
|
|||
description:
|
||||
- Name or list of names of packages to install/remove.
|
||||
- "With O(name=*), O(state=latest) will operate, but O(state=present) and O(state=absent) will be noops."
|
||||
- >
|
||||
Warning: In Ansible 2.9 and earlier this module had a misfeature
|
||||
where O(name=*) with O(state=latest) or O(state=present) would
|
||||
install every package from every package repository, filling up
|
||||
the machines disk. Avoid using them unless you are certain that
|
||||
your role will only be used with newer versions.
|
||||
required: true
|
||||
aliases: [pkg]
|
||||
type: list
|
||||
|
@ -45,7 +39,6 @@ options:
|
|||
state:
|
||||
description:
|
||||
- State of the package.
|
||||
- 'Note: V(latest) added in Ansible 2.7.'
|
||||
choices: [ 'present', 'latest', 'absent' ]
|
||||
required: false
|
||||
default: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue