Manage ~/bin

This commit is contained in:
2019-12-18 10:10:24 +01:00
parent 1644c51bb4
commit 04f2a45900

View File

@@ -201,6 +201,21 @@
- ~/.var/run
- ~/.usr/lib
- name: create bin directory
file:
state: directory
path: ~/bin
- name: copy bin directory
synchronize:
src: bin
dest: ~/bin
archive: true
checksum: true
copy_links: false
delete: true
- name: create intermediate directories for vim-plug
file:
path: "{{ item }}"