Skip to content

Support revisions in snap #11467

@PointyShinyBurning

Description

@PointyShinyBurning

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: 481

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue/PR relates to a feature requestmodulemodulepluginsplugin (any type)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions