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

Revised version specification method of middleware to be downloaded #36

Open
KourokiTakuto opened this issue Jun 28, 2018 · 0 comments
Open

Comments

@KourokiTakuto
Copy link
Contributor

Overview

Currently, while executing Ansible, middleware is downloaded and used,
Basically, the version is specified as a variable, and the URL is created and downloaded using that variable.
However, this method can not cope with the case where the URL is changed unexpectedly.

It is necessary to take measures such as changing Ansible executor to set the URL itself.

Target URLs

The target will be the following URL listed in yuml of tasks.

(Note that the version is described directly)

In addition, the following middleware is downloaded with wget of the command module.
Since there is no need to implement it with wget, it should be arranged in the get_url module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant