Fix use of stow to not fold directories

This commit is contained in:
2024-04-19 20:44:57 +01:00
parent 5309683d94
commit e330c3d072
2 changed files with 25 additions and 3 deletions

View File

@@ -46,5 +46,5 @@
when: install_required
become: true
command:
cmd: 'stow --target /usr/local .'
cmd: 'stow --no-folding --target /usr/local .'
chdir: '{{tea_package_dir}}'