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

tool_list file loading #40

Open bernt-matthias opened 7 years ago

bernt-matthias commented 7 years ago

The tool list file located in the directory files is not loaded in ansible 2.2.

tasks/install_tool_list.yml

fatal: [bioinf-test]: FAILED! => {"ansible_facts": {}, "changed": false, "failed": true, "message": "Unable to find 'tool_list.yaml' in expected paths."}

If I place tool_list.yaml in a director vars it works.