Create bin directory when installing dotfiles

This commit is contained in:
Przemek Grondek 2023-04-24 13:15:58 +02:00
parent ed354d64b3
commit 5b4c260327

View File

@ -18,6 +18,10 @@
clone: yes
update: yes
- name: create bin dir
file:
path: ~/bin
- name: install
make:
target: install