remove directory
parent
6184e13a88
commit
f8f77aa4d6
|
@ -1,10 +1,4 @@
|
|||
---
|
||||
- name: create ~/.local/bin
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ ansible_env.HOME }}/.local/bin"
|
||||
mode: "0750"
|
||||
|
||||
- name: install chezmoi
|
||||
shell: sh -c "$(curl -fsLS git.io/chezmoi)" && mv ~/bin/chezmoi ~/.local/bin/
|
||||
args:
|
||||
|
|
Reference in New Issue