Skip to content
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

Winlogbeat download url does not support wildcards for minor/patch versions #14

Open
github-actions bot opened this issue Apr 30, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

Winlogbeat download url does not support wildcards for minor/patch versions

# TODO Winlogbeat download url does not support wildcards for minor/patch versions

    - 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

@github-actions github-actions bot added the todo label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants