Fix use of stow to not fold directories
This commit is contained in:
@@ -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}}'
|
||||
|
||||
Reference in New Issue
Block a user