mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fix typos in various modules and docsite (#28747)
This commit is contained in:
@@ -35,7 +35,7 @@ options:
|
||||
|
||||
state:
|
||||
description:
|
||||
- state of the package, you can use "installed" as an alias for C(present) and removed as one for c(absent).
|
||||
- state of the package, you can use "installed" as an alias for C(present) and removed as one for C(absent).
|
||||
choices: [ 'present', 'absent', 'latest' ]
|
||||
required: false
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user