mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user