We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement v3/plugin/ansible/client-configuration/ api endpoint that returns
v3/plugin/ansible/client-configuration/
{ "default_distribution_path": ANSIBLE_DEFAULT_DISTRIBUTION_PATH }
default_distribution_path should return the value for settings.ANSIBLE_DEFAULT_DISTRIBUTION_PATH
default_distribution_path
settings.ANSIBLE_DEFAULT_DISTRIBUTION_PATH
The text was updated successfully, but these errors were encountered:
Add client configuration api endpoint
7d7138d
fixes pulp#740
30c703c
8c5a28b
a4424fd
fixes #740
Successfully merging a pull request may close this issue.
Implement
v3/plugin/ansible/client-configuration/
api endpoint that returnsdefault_distribution_path
should return the value forsettings.ANSIBLE_DEFAULT_DISTRIBUTION_PATH
The text was updated successfully, but these errors were encountered: