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

Commits on Oct 17, 2023

  1. Drops remote curl check.

    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).
    v-zhuravlev authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7f15723 View commit details
    Browse the repository at this point in the history
  2. Update role readme

    v-zhuravlev authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    45df916 View commit details
    Browse the repository at this point in the history