-
Hello everyone, I am currently modifying the gce plugin for molecule, my fork is here (branch = gcp-compatibility). I added a bunch of changes to create.yml / destroy.yml and a couple of new files :
But if I install my plugin and create a role :
Then not all files are bring back and, more disturbing, some are different than the ones in the "cookiecutter.scenario_name" file :
While my molecule.yml should be like this . I am clearly missing something with the way cookiecutter is designed to work, I tried looking arround for some kind of filters that would tell which files should be templated or not, but no luck. Any help would be greatly appreciated, thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
molecule init role -d gce venvrole
maybe ?