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.
2021-02-02 18:10:05 +01:00
..
ansible_test
integration Allow $ & ~ inside paths in galaxy roles (#72966) 2021-02-02 18:10:05 +01:00
lib/ansible_test Overhaul ansible-test SSH key management. (#73451) 2021-02-02 08:43:54 -08:00
sanity Limit rstcheck sanity test to ansible-core. (#73391) 2021-01-27 21:06:00 -08:00
support Various intentional tests (#72485) 2020-11-06 08:41:41 -06:00
units user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439) 2021-02-02 10:36:02 -05:00
utils/shippable [devel] Azure Pipelines configuration. 2020-12-02 13:40:01 -08:00