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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 242 additions and 228 deletions

View file

@ -31,7 +31,7 @@ options:
description:
- Do not run unit tests.
type: bool
default: no
default: false
locallib:
description:
- Specify the install base to install modules.
@ -44,12 +44,12 @@ options:
description:
- Use the mirror's index file instead of the CPAN Meta DB.
type: bool
default: no
default: false
installdeps:
description:
- Only install dependencies.
type: bool
default: no
default: false
version:
description:
- Version specification for the perl module. When I(mode) is C(new), C(cpanm) version operators are accepted.
@ -122,7 +122,7 @@ EXAMPLES = '''
mirror: 'http://cpan.cpantesters.org/'
- name: Install Dancer perl package into the system root path
become: yes
become: true
community.general.cpanm:
name: Dancer