Closed trombik closed 4 years ago
ansible 2.9.x introduced collections. a collection can be installed with ansible-galaxy but kitchen-ansible does not support it. introduce requirements_collection_path, which is almost same as requirements_path.
collections
collection
ansible-galaxy
kitchen-ansible
requirements_collection_path
requirements_path
ansible 2.9.x introduced
collections
. acollection
can be installed withansible-galaxy
butkitchen-ansible
does not support it. introducerequirements_collection_path
, which is almost same asrequirements_path
.