mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make the npm production parameter in the docs list the choices.
This commit is contained in:
parent
6c43e0e010
commit
4b281ca5c7
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Install dependencies in production mode, excluding devDependencies
|
- Install dependencies in production mode, excluding devDependencies
|
||||||
required: false
|
required: false
|
||||||
|
choices: [ "yes", "no" ]
|
||||||
default: no
|
default: no
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue