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
In the repo role, the following task seems to be wrong:
- name: Check for versions
ansible.builtin.fail:
msg: "No OSS versions later than 7 are available"
when:
- elasticstack_release | int > 7
- elasticstack_variant == "oss"
Describe the feature request
In the repo role, the following task seems to be wrong:
Because there is an availlable version of metricbeats-oss version > 8
https://www.elastic.co/downloads/beats/metricbeat-oss/
So:
Should be allowed
The text was updated successfully, but these errors were encountered: