This commit is contained in:
2023-07-02 14:22:08 -05:00
parent becc76e42e
commit 1bc0c44365

View File

@@ -47,7 +47,9 @@
- name: run stow
become_user: user
shell: "stow -t $HOME -v ~/.dotfiles/{{ item }}"
shell: "stow -t $HOME -v {{ item }}"
args:
chdir: ~/.dotfiles
with_items: "{{ stowdir }}"
- name: Check that Oh My ZSH is installed