Adjust booleans in packaging modules. (#5154) (#5169)

(cherry picked from commit ddc989ec6d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-08-24 20:46:30 +02:00
committed by GitHub
parent c5ff49db56
commit 5a2e7f9b1b
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