Adjust booleans in packaging modules. (#5154)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:13 +02:00
committed by GitHub
parent be2de15c66
commit ddc989ec6d
38 changed files with 242 additions and 228 deletions

View File

@@ -25,12 +25,12 @@ options:
description:
- Install packages from local cache, if the packages were installed before
type: bool
default: 'no'
default: false
production:
description:
- Install with --production flag
type: bool
default: 'no'
default: false
path:
type: path
description:
@@ -80,7 +80,7 @@ EXAMPLES = '''
- npm:
path: /app/location
name: bower
global: no
global: false
- community.general.bower:
path: /app/location
relative_execpath: node_modules/.bin