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

@ -36,7 +36,7 @@ options:
description:
- Accept any licences.
type: bool
default: no
default: false
aliases: [ accept, accept_licences ]
be_name:
description:
@ -46,7 +46,7 @@ options:
description:
- Refresh publishers before execution.
type: bool
default: yes
default: true
'''
EXAMPLES = '''
- name: Install Vim
@ -56,7 +56,7 @@ EXAMPLES = '''
- name: Install Vim without refreshing publishers
community.general.pkg5:
name: editor/vim
refresh: no
refresh: false
- name: Remove finger daemon
community.general.pkg5: