mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -07:00
(cherry picked from commit ddc989ec6d
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c5ff49db56
commit
5a2e7f9b1b
38 changed files with 242 additions and 228 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue