A new role, which downloads the archive to the control host. This all…#356
A new role, which downloads the archive to the control host. This all…#356marioqxx wants to merge 4 commits into
Conversation
…ows then to use the install-feature, that downloaded archives are transferred to the remote-host instead of downloading. Signed-off-by: marioqxx <marioqxx@users.noreply.github.com>
Signed-off-by: marioqxx <marioqxx@users.noreply.github.com>
|
hello there @marioqxx . There is definitively integration to do with it in the main role already. During reading It came to my mind some questions:
regards. Aal |
|
also please rebase the branche from main: the CI has been changed |
Yaml-cleanup as suggested by aalaesar. Co-authored-by: Marc Crebassa <aalaesar@gmail.com> Signed-off-by: marioqxx <82337956+marioqxx@users.noreply.github.com>
|
thanks for looking into this! I have some issue which I need to resolve in order make my development environment work again, so please be a bit patient. I have accepted your proposed change. Good to know, this is also included in the nextcloud_install/nc_apps.yml I think. I will test your suggestion, because sometimes I have experienced issues with ansible, packing such expressions in a "var"-statement. But this again goes back to my insufficient knowledge of ansible. To your question: can we call it from install_nextcloud to avoid dual computation of the download links ? can we improve the version_major and version_full vars to merge then into one ? (using version filter instead of using tasks definitions ) Once I have re-established my dev-setup, I'll potentially ask for your help regarding adding "molecule test". This is definitely outside my competence. |
adb9900 to
d0c1dda
Compare
f5a6214 to
df24b12
Compare
…ows then to use the install-feature, that downloaded archives are transferred to the remote-host instead of downloading. This is the intial attempt. Therefore, please review and provide your comments.