fp/ansible/roles/ipfs/tasks/helpers.yml
CJ_Clippy 325fe576e2
Some checks failed
ci / test (push) Failing after 6m3s
fp/our CI/CD / build (push) Successful in 1m27s
add ipfs playbook
2025-10-04 08:45:34 -08:00

8 lines
146 B
YAML

---
- name: Create pinall.sh
ansible.builtin.copy:
src: pinall.sh
dest: /usr/local/bin/pinall.sh
remote_src: false
mode: "0755"