mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 11:19:00 +00:00
snap_connect: new module to manage snap interface connections (#11682)
* snap_connect: new module to manage snap interface connections
Fixes #7722
* simplify _get_connections()
---------
(cherry picked from commit b79a45753f)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
312 B
Text
13 lines
312 B
Text
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
azp/posix/1
|
|
azp/posix/vm
|
|
skip/alpine
|
|
skip/fedora
|
|
skip/freebsd
|
|
skip/osx
|
|
skip/macos
|
|
skip/docker
|
|
skip/rhel8.8 # TODO: fix
|