Fix up env config source for Galaxy server list (#61294)

pull/61093/head
Jordan Borean 5 years ago committed by GitHub
parent 265fcaac40
commit 9786e2b559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -308,7 +308,7 @@ class GalaxyCLI(CLI):
'key': key,
}
],
'environment': [
'env': [
{'name': 'ANSIBLE_GALAXY_SERVER_%s_%s' % (section.upper(), key.upper())},
],
'required': required,

Loading…
Cancel
Save