azavea / ansible-java

An Ansible role for installing Java.
Apache License 2.0
4 stars 15 forks source link

Molecule test fails with ERROR: 'molecule/*/molecule.yml' glob failed. Exiting. #28

Closed jwalgran closed 6 years ago

jwalgran commented 6 years ago

$ ls
CHANGELOG.md README.md    defaults     meta         playbook.yml templates
LICENSE      ansible.cfg  handlers     molecule.yml tasks        tests
$ git log -1
commit f7b1024855b226ccf95db706049abb52156e1e32 (HEAD -> develop, origin/develop, origin/HEAD)
Merge: d604128 21ea39b
Author: Taylor Nation <tnation14@gmail.com>
Date:   Tue Aug 22 17:03:28 2017 -0400

    Merge branch 'release/0.6.1' into develop
$ molecule --version
molecule, version 2.1.0
$ molecule test
ERROR: 'molecule/*/molecule.yml' glob failed.  Exiting.
hectcastro commented 6 years ago

I believe that this may have to do with a 1.x configuration file that isn't compatible with either Molecule 2.x or virtualenv.