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/changelogs
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
..
fragments Allow `$` & `~` inside paths in galaxy roles (#72966) 5 years ago
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 8 years ago
changelog.yaml Use antsibull-changelog instead of packaged changelog generator (#69313) 6 years ago
config.yaml Make changelog tool be more strict about suffixes (#70909) 6 years ago