We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fef77 commit 2fd45b6Copy full SHA for 2fd45b6
tasks/stow.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Link files
3
- ansible.builtin.shell: '{{ pkg_bin_path }}/stow -v -R -t $HOME .'
+ ansible.builtin.shell: '{{ pkg_bin_path }}/stow --no-folding -v -R -t $HOME .'
4
args:
5
chdir: "{{ ansible_env.HOME }}/.dotfiles/roles/{{ role_name }}/files"
6
register: result
0 commit comments