6 lines
198 B
YAML
6 lines
198 B
YAML
|
---
|
||
|
- name: install chezmoi
|
||
|
shell: mkdir -p ~/.local/bin && sh -c "$(curl -fsLS git.io/chezmoi)" && mv ~/bin/chezmoi ~/.local/bin/
|
||
|
args:
|
||
|
creates: "{{ ansible_env.HOME }}/.local/bin/chezmoi"
|