Skip to content

Commit 2fd45b6

Browse files
committed
no folding while stowing
1 parent f3fef77 commit 2fd45b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/stow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Link files
3-
ansible.builtin.shell: '{{ pkg_bin_path }}/stow -v -R -t $HOME .'
3+
ansible.builtin.shell: '{{ pkg_bin_path }}/stow --no-folding -v -R -t $HOME .'
44
args:
55
chdir: "{{ ansible_env.HOME }}/.dotfiles/roles/{{ role_name }}/files"
66
register: result

0 commit comments

Comments
 (0)