Tidy up validate-modules ignores for packaging modules (#1289)

* fixed validation-modules for plugins/modules/packaging/language/bower.py
This commit is contained in:
Alexei Znamensky 2020-11-14 01:41:11 +13:00 committed by GitHub
commit deddce02fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 76 additions and 119 deletions

View file

@ -27,7 +27,7 @@ options:
state:
description:
- Indicates the desired package state.
choices: [ absent, present ]
choices: [ absent, present, installed, removed ]
default: present
type: str
update_cache:
@ -36,12 +36,12 @@ options:
type: bool
default: no
aliases: ['update-cache']
no-recommends:
no_recommends:
description:
- Corresponds to the C(--no-recommends) option for I(urpmi).
type: bool
default: yes
aliases: ['no_recommends']
aliases: ['no-recommends']
force:
description:
- Assume "yes" is the answer to any question urpmi has to ask.