1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/galaxy
Timo Benk 79943b86a1 fix ansible galaxy file mangling (#23703)
without this patch, ansible-galaxy will mangle files containing
the archive parent directory name, eg 'owncloud/files/owncloud.cron'
will become 'owncloud/files/.cron'.

The previous code could affect the entire path and even filenames.
If a file path has the top level dir name as a substring, galaxy
replaces it with ''. In one example, the archive top level dir
is 'go', so 'files/go-bin.sh' becomes 'files/-bin.sh'.

Fixes #22572, #23694, #23623
2017-04-19 14:15:20 -04:00
..
data Add role skeleton support (#17079) 2017-03-01 20:23:18 -05:00
__init__.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
api.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
login.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
role.py fix ansible galaxy file mangling (#23703) 2017-04-19 14:15:20 -04:00
token.py Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00