You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: