mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Minor typo fix in package module documentation (#44617)
Added missing round bracket Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Martin Krizek
parent
a07af2a1f7
commit
f59d189d02
@@ -32,7 +32,7 @@ options:
|
||||
required: true
|
||||
state:
|
||||
description:
|
||||
- Whether to install (C(present), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest).
|
||||
- Whether to install (C(present)), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest).
|
||||
required: true
|
||||
use:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user