galaxyproject / ansible-galaxy-tools

An Ansible role for automated installation of tools from a Tool Shed into Galaxy.
MIT License
14 stars 34 forks source link

Installed ansible version (for tests) is not compatible with the ansible synthax of the repo #57

Open drosofff opened 5 years ago

drosofff commented 5 years ago

The pip install ansible command install ansible 2.7.4, which is not compatible with the syntax of many code lines of the repo. As a results, the travis tests are failing. I see 2 options:

pin ansible to pip install ansible==2.4 update the code syntax to be compatible with ansible 2.7.4