1
0
mirror of https://github.com/ansible/mazer.git synced 2026-02-05 12:45:17 +01:00
Files
Adrian Likins ebb99e45b2 Simplify InstallDestinationInfo, collections_path
InstallDestinationInfo no longer needs to track separate
info about where it was told to install and where it
needs to extract the archive to. Previously this was
required because trad roles would be extracted into
a subdir of namespace/name/ (roles/...).

Since the extract_archive_to_dir is now predictable
based on only the collections_path, namespace, and name
we dont need to specify it, so remove the attribute
on InstallDestinationInfo

Update uses of InstallDestInfo for new signature.

The mazer.yml used for unit tests doesnt need 'ansible_collections'
in it's 'collections_path' setting now.

Update galaxy_context fixture sans 'ansible_collections'
2019-05-08 16:59:39 -04:00
..