mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-23 07:21:58 +01:00
13 lines
214 B
YAML
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
|