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
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
The requirements.yml doesn't specify a 'humio.java' version to update to, and, it seems ansible when you process the requirements.yml doesn't grab the dependencies.
It seems the current dependency for humio.java is '0.6.0' and I had '0.5.0' cached.
So I edited the requirements.yml to have this addition:
- src: humio.java version: 0.6.0
Afterwards, I ran: ansible-galaxy install -r requirements.yml --force
It was then that the package was cached and ready for deployment/use.
Please add this and update as necessary, thank you! #39
The text was updated successfully, but these errors were encountered:
The requirements.yml doesn't specify a 'humio.java' version to update to, and, it seems ansible when you process the requirements.yml doesn't grab the dependencies.
It seems the current dependency for humio.java is '0.6.0' and I had '0.5.0' cached.
So I edited the requirements.yml to have this addition:
- src: humio.java
version: 0.6.0
Afterwards, I ran:
ansible-galaxy install -r requirements.yml --force
It was then that the package was cached and ready for deployment/use.
Please add this and update as necessary, thank you!
#39
The text was updated successfully, but these errors were encountered: