ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
833 stars 1.53k forks source link

Snapcraft: Add 'snap connect' #7722

Open croensch opened 11 months ago

croensch commented 11 months ago

Summary

Because of the containerization of snaps, they often require explicit connection to other services, using the command snap connect [app]:[plug]. Right now, this can only be done with the shell module.

Also see: https://github.com/ansible/ansible/issues/58403

Issue Type

Feature Idea

Component Name

snap

Additional Information

Code of Conduct

ansibullbot commented 11 months ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 11 months ago

cc @angristan @vcarceler click here for bot help

michael-staffa commented 8 months ago

Bump on this. Snap connections are a requirement for them to work correctly. Workaround with the shell works for now, but would be nice to have proper Ansible support.