Ansible Collection for Uyuni / SUSE Manager

30 stars 10 forks 30 watchers Python GNU General Public License v3.0
ansible ansible-collection linux spacewalk suse-manager system-management uyuni
2 Open Issues Need Help Last updated: Aug 27, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

Ansible Collection for Uyuni / SUSE Manager

Python
#ansible#ansible-collection#linux#spacewalk#suse-manager#system-management#uyuni

AI Summary: The Ansible collection for Uyuni/SUSE Manager needs a bug fix in the `server` role. The `mgrctl exec` command within the 'Create software channels' task incorrectly handles the `-u` and `-p` parameters for user and password, causing the `spacewalk-common-channels` command to fail. The solution involves adding `--` before the `/usr/bin/spacewalk-common-channels` command in the Ansible task to correctly separate `mgrctl` arguments from the subsequent command's arguments.

Complexity: 4/5
bug good first issue

Ansible Collection for Uyuni / SUSE Manager

Python
#ansible#ansible-collection#linux#spacewalk#suse-manager#system-management#uyuni