Closed detiber closed 7 years ago
With the move of the cookiecutter directory to the root of the molecule repo, it is no longer included in the molecule package, and the init command attempts to access the cookiecutter files from ../../cookiecutter, which on an installed system is the directory of the cookiecutter package in site-packages.
This must have been an oversight on my part. I shouldn't have moved it outside the moleucle directory.
@retr0h I'll submit a PR that moves it back, working through some initial testing with v2
Corrected by #678.
Issue Type
Molecule and Ansible details
Desired Behaviour
returns successfully and initializes molecule for the existing role
Actual Behaviour (Bug report only)
With the move of the cookiecutter directory to the root of the molecule repo, it is no longer included in the molecule package, and the init command attempts to access the cookiecutter files from
../../cookiecutter
, which on an installed system is the directory of the cookiecutter package in site-packages. Please give some details of what is actually happening. Include a minimum complete verifiable example with output of runningmolecule --debug
.