Install vimwikis
This commit is contained in:
parent
f921b9ee1e
commit
fc2de30760
3 changed files with 37 additions and 0 deletions
|
@ -13,4 +13,16 @@
|
|||
accept_hostkey: yes
|
||||
update: no
|
||||
|
||||
- name: ensure user/bin exists
|
||||
become_user: "{{ account.name }}"
|
||||
file:
|
||||
path: "/home/{{ account.name }}/bin"
|
||||
state: directory
|
||||
mode: "0744"
|
||||
|
||||
- name: install bin scripts
|
||||
become_user: "{{ account.name }}"
|
||||
shell:
|
||||
chdir: "{{ dotfiles }}/bin"
|
||||
cmd: ./install.sh
|
||||
creates: "{{ account.home }}/bin/wiki-sync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue