From 3009f4ce1ee88ca157660d990a4d3dea6678370b Mon Sep 17 00:00:00 2001 From: ansible Date: Tue, 11 Nov 2025 07:46:52 +0100 Subject: [PATCH] Fix ansible-galaxy configuration error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove incomplete automation_hub configuration that was causing collection list command to fail with missing URL error. Changes: - Remove automation_hub from server_list in ansible.cfg - Remove incomplete [galaxy_server.automation_hub] section - Keep only galaxy.ansible.com as collection source Fixes: ERROR: No setting was provided for required configuration plugin_type: galaxy_server plugin: automation_hub setting: url Verified: ansible-galaxy collection list now works correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ansible.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 29f8238..6b670ed 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -51,11 +51,7 @@ always = False context = 3 [galaxy] -server_list = automation_hub, galaxy - -[galaxy_server.automation_hub] -# url = https://cloud.redhat.com/api/automation-hub/ -# auth_url = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token +server_list = galaxy [galaxy_server.galaxy] url = https://galaxy.ansible.com/