Skip to content
New issue

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

change API_KEY examples to avoid ansible issues #2210

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

willr3
Copy link
Collaborator

@willr3 willr3 commented Dec 11, 2024

This is in response to issues user experienced using the examples from the docs in ansible automation. Placing the $API_KEY variable reference outside of the single quote parameter definition for curl -H in ansible did not properly set the request header. It does work if the variable reference is located inside a double quote ("). Changing the documented examples will work in bash and avoid providing examples that conflict with ansible's command line processing.

Copy link
Member

@lampajr lampajr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lampajr lampajr merged commit 92517e1 into Hyperfoil:master Dec 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants