feat : Add variable log2ram_host_memtotal_mb for storing host memory total in MB #39

Merged
Jose merged 1 commits from dev into main 2026-02-16 18:28:08 +01:00

View File

@@ -39,10 +39,8 @@
- name: ram | Download log2ram
ansible.builtin.get_url:
Review

[Score: 3] Hardcoding the version number may cause issues in future updates. Consider using a dependency management tool like Ansible Galaxy or pip install to manage package versions and automate updates.

[Score: 3] Hardcoding the version number may cause issues in future updates. Consider using a dependency management tool like Ansible Galaxy or `pip install` to manage package versions and automate updates.
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