-
Notifications
You must be signed in to change notification settings - Fork 16
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
Prepend ingestion base directory with "versions" directory (+ some fixes for Ansible CI workflows) #104
Conversation
I've included a small fix for the CI: it now uses |
And another one for the CI that tests the playbooks: Ansible wouldn't install on Ubuntu 18.04 anymore, but that's solved by installing Python 3.8. |
Co-authored-by: Kenneth Hoste <[email protected]>
Co-authored-by: Kenneth Hoste <[email protected]>
As we've added this new
versions
directory to the root (see #32), the ingestion script should be using this in order to ingest to the right location.