mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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:
@@ -27,7 +27,7 @@ options:
|
||||
state:
|
||||
description:
|
||||
- state of the package
|
||||
choices: [ 'present', 'absent' ]
|
||||
choices: [ 'present', 'absent', 'installed', 'removed' ]
|
||||
default: present
|
||||
type: str
|
||||
force:
|
||||
@@ -45,7 +45,6 @@ options:
|
||||
- "remove"
|
||||
- "checksum"
|
||||
- "removal-of-dependent-packages"
|
||||
default: absent
|
||||
type: str
|
||||
update_cache:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user