chore 📦: Update log2ram URL to use a specific tag
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 12s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 16s
PR check / labeler (pull_request) Successful in 3s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 12s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 16s
PR check / labeler (pull_request) Successful in 3s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s
This commit updates the URL for log2ram to point to a specific tag rather than using the master branch. This ensures that we are always using a stable version of the software.
This commit is contained in:
@@ -39,10 +39,8 @@
|
||||
|
||||
- name: ram | Download log2ram
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/azlux/log2ram/archive/refs/heads/master.tar.gz
|
||||
url: https://github.com/azlux/log2ram/archive/refs/tags/1.7.2.tar.gz
|
||||
dest: /tmp/log2ram.tar.gz
|
||||
# Adding a checksum ensures we only 'change' if the file is new/updated
|
||||
checksum: "sha256:https://github.com/azlux/log2ram/archive/refs/heads/master.tar.gz.sha256"
|
||||
mode: '0644'
|
||||
register: download_archive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user