1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/roles/userbin/tasks/main.yml

13 lines
214 B
YAML

---
- name: create home/bin dir
file:
path: ~/bin
state: directory
- name: install ix.io up in in home/bin
shell: |
curl ix.io/client > ~/bin/up
chmod +x ~/bin/up
args:
creates: ~/bin/up