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

Drop curl check #120

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Drop curl check #120

merged 2 commits into from
Oct 18, 2023

Conversation

v-zhuravlev
Copy link
Collaborator

@v-zhuravlev v-zhuravlev commented Oct 17, 2023

Curl is required on localhost, not target host. This check could fail the playbook, if curl is missing on remote host (where it is actually not needed).

Decided not to reimplement this check on ansible controller, as it may be not that easy (if you run ansible controller on MacOS or in containers).

Curl is required on localhost, not target host. This check could fail the playbook, if curl is missing on remote host (where it is actually not needed). 

Decided not to reimplement this check on ansible controller, as it may be not that easy (if you run ansible controller on MacOS or in containers).
@ishanjainn
Copy link
Member

Hey @v-zhuravlev curl is still needed at remote host right to run

curl -s https://api.github.com/repos/{{ _grafana_agent_github_org }}/{{ _grafana_agent_github_repo }}/releases/latest \
?

@v-zhuravlev
Copy link
Collaborator Author

It is not: It used on localhost (ansible controller) only.

@ishanjainn
Copy link
Member

Ahh, Should had seen further, Thanks for catching this!

@ishanjainn ishanjainn merged commit a0d8cad into main Oct 18, 2023
7 checks passed
@ishanjainn ishanjainn deleted the drop_curl_check branch October 18, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants