Files
k3s-ansible/roles/folding/install-app/tasks/main.yml
T
2023-04-04 14:32:01 +01:00

13 lines
350 B
YAML

---
- name: Download binary
ansible.builtin.shell:
args:
cmd: wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb
chdir: /root/
- name: Install folding
ansible.builtin.shell:
args:
cmd: dpkg -i --force-depends fahclient_7.6.21_amd64.deb
chdir: /root/