mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* fixed validation-modules for plugins/modules/packaging/language/bower.py
(cherry picked from commit deddce02fa)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ options:
|
||||
- C(present) will make sure the package is installed.
|
||||
C(latest) will make sure the latest version of the package is installed.
|
||||
C(absent) will make sure the specified package is not installed.
|
||||
choices: [ absent, latest, present ]
|
||||
choices: [ absent, latest, present, installed, removed ]
|
||||
default: present
|
||||
type: str
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user