This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
b6566d26df
ansible
/
test
/
integration
/
targets
/
ansible-galaxy-role
/
meta
/
main.yml
2 lines
37 B
YAML
Raw
Normal View
History
Unescape
Escape
Allow `$` & `~` inside paths in galaxy roles (#72966) ansible-galaxy currently behaves bad then a role to be installed contains ~ or $ at any place in the path of a file in that role. It extracts the parent directory of the offending path level as an empty file. This explodes if that directory contains anything else. Change this behaviour. `~` is now allowed allowed when it is not a full level (Yes: `some~thing/`, no: `~/`). The code should get refactoring in an other PR.
2021-02-02 18:10:05 +01:00
dependencies
:
[
setup_remote_tmp_dir]
Reference in a new issue
Copy permalink