Compare commits
2 Commits
1929ad13af
...
2e570f6808
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e570f6808 | |||
| 06834ae66b |
@@ -39,10 +39,8 @@
|
|||||||
|
|
||||||
- name: ram | Download log2ram
|
- name: ram | Download log2ram
|
||||||
ansible.builtin.get_url:
|
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
|
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'
|
mode: '0644'
|
||||||
register: download_archive
|
register: download_archive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user