1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-25 05:02:46 +00:00

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

View file

@ -40,7 +40,7 @@ options:
This option can only be specified if there is a single snap in the task.
type: bool
required: false
default: no
default: false
channel:
description:
- Define which release of a snap is installed and tracked for updates.
@ -104,7 +104,7 @@ EXAMPLES = '''
- name: Install "foo" with option --classic
community.general.snap:
name: foo
classic: yes
classic: true
# Install a snap with from a specific channel
- name: Install "foo" with option --channel=latest/edge