You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Alexander Sowitzki 1c83672532
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.
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Allow `$` & `~` inside paths in galaxy roles (#72966) 5 years ago
lib/ansible_test Overhaul ansible-test SSH key management. (#73451) 5 years ago
sanity Limit rstcheck sanity test to ansible-core. (#73391) 5 years ago
support Various intentional tests (#72485) 5 years ago
units user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439) 5 years ago
utils/shippable [devel] Azure Pipelines configuration. 5 years ago