remove directory

main
Andrew Coleman 2021-05-10 14:55:45 -04:00
parent 6184e13a88
commit f8f77aa4d6
1 changed files with 0 additions and 6 deletions

View File

@ -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: