From 377202aad9b3de65cbf7f49e08e486b4d2df9120 Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Thu, 24 Oct 2024 09:17:12 -0400 Subject: [PATCH] fixed variable names --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 0fe66cfe..31f97306 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,12 +7,12 @@ server_list = certified,validated,galaxy [galaxy_server.certified] # Grab a token at https://console.redhat.com/ansible/automation-hub/token -# Then define it in the ANSIBLE_GALAXY_SERVER_AH_TOKEN environment variable +# Then define it in the ANSIBLE_GALAXY_SERVER_CERTIFIED_TOKEN environment variable url=https://console.redhat.com/api/automation-hub/content/published/ auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token [galaxy_server.validated] -# Define the token in the ANSIBLE_GALAXY_SERVER_AH_TOKEN environment variable +# Define the token in the ANSIBLE_GALAXY_SERVER_VALIDATED_TOKEN environment variable url=https://console.redhat.com/api/automation-hub/content/validated/ auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token