[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:
patchback[bot] 2023-11-23 06:18:57 +01:00 committed by GitHub
parent 04b29342d2
commit 12319f4a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 25 additions and 162 deletions

View file

@ -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