@@ -5,6 +5,11 @@ | |||||
path: ~/bin | path: ~/bin | ||||
state: directory | state: directory | ||||
- name: local bin directory | |||||
file: | |||||
path: ~/.local/bin/ | |||||
state: directory | |||||
- name: tmp directory | - name: tmp directory | ||||
file: | file: | ||||
path: ~/tmp | path: ~/tmp | ||||
@@ -13,7 +18,7 @@ | |||||
- name: binaries | - name: binaries | ||||
copy: | copy: | ||||
src: bin/ | src: bin/ | ||||
dest: ~/bin | |||||
dest: ~/.local/bin/ | |||||
mode: 0755 | mode: 0755 | ||||
- name: systemd user config directory | - name: systemd user config directory | ||||