neillturner / kitchen-ansible

Ansible Provisioner for Test Kitchen
Other
350 stars 134 forks source link

feature: support ansible collections #316

Closed trombik closed 4 years ago

trombik commented 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.