-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
featureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requestmodulemodulemodulepluginsplugin (any type)plugin (any type)
Description
Summary
Snap cli now lets you install a specific revision which is useful for e.g. the helm snap which has no channel for helm v3 while ansible.kubernetes_core doesn't yet support helm v4. It would be helpful if this module supported this functionality with a revision parameter to let me pin an old version of the snap until one of these issues is resolved.
Issue Type
Feature Idea
Component Name
snap
Additional Information
- name: Install old revision of helm snap (proposed syntax)
community.general.snap:
name: helm
classic: true
channel: latest/stable
state: present
revision: 481Code of Conduct
- I agree to follow the Ansible Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requestmodulemodulemodulepluginsplugin (any type)plugin (any type)