changeset 41 | 85750c5b0661 |
parent 21 | bf53e2eb4d30 |
--- a/bitcoind/tasks/main.yaml Wed May 28 21:47:45 2025 -0500 +++ b/bitcoind/tasks/main.yaml Sun Aug 03 12:51:13 2025 -0500 @@ -12,6 +12,10 @@ dest: "/tmp" creates: "/tmp/bitcoin-{{bitcoind_version}}/" +- name: apt install zram-tools to compress memory + become: yes + apt: name="zram-tools" state="latest" + - name: install bitcoind become: yes copy: