We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Winlogbeat download url does not support wildcards for minor/patch versions
ansible-role-beats/tasks/core/install/Debian-winlogbeat.yml
Line 54 in abba434
- name: "{{ beats_flavor }}: Create winlogbeat download url" set_fact: _winlogbeat_url: # TODO Winlogbeat download url does not support wildcards for minor/patch versions "https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-{{ beats_major_version }}.{{ beats_minor_version }}.0-windows-x86_64.zip" - name: "{{ beats_flavor }}: Download winlogbeat" unarchive: src: "{{ _winlogbeat_url }}" dest: "{{ beats_path_home | dirname }}" remote_src: true
fc8d18cb96ef293d6c5b668930e0ce794f7c91c5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Winlogbeat download url does not support wildcards for minor/patch versions
ansible-role-beats/tasks/core/install/Debian-winlogbeat.yml
Line 54 in abba434
fc8d18cb96ef293d6c5b668930e0ce794f7c91c5
The text was updated successfully, but these errors were encountered: