-
Notifications
You must be signed in to change notification settings - Fork 77
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
A new role, which downloads the archive to the control host. This all… #356
base: main
Are you sure you want to change the base?
Conversation
…ows then to use the install-feature, that downloaded archives are transferred to the remote-host instead of downloading. Signed-off-by: marioqxx <[email protected]>
Signed-off-by: marioqxx <[email protected]>
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 <[email protected]> Signed-off-by: marioqxx <[email protected]>
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. |
…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.