mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
1da0db4984
* archive - fixing determination of archive root when root is '/' (#3036)
* Initial commit
* Fixing units and path joins
* Ensuring paths are consistently ordered
* Adding changelog fragment
* Using os.path.join to ensure trailing slashes are present
* optimizing use of root in add_targets
* Applying initial review suggestions
(cherry picked from commit 31189e9645
)
* removing unneccessary addition
4 lines
170 B
YAML
4 lines
170 B
YAML
---
|
|
bugfixes:
|
|
- archive - fixing archive root determination when longest common root is ``/``
|
|
(https://github.com/ansible-collections/community.general/pull/3036).
|