neillturner / kitchen-ansible

Ansible Provisioner for Test Kitchen
Other
350 stars 134 forks source link

Link/Override module_utils path #299

Closed maunzCache closed 5 years ago

maunzCache commented 5 years ago

I'd like to use kitchen-ansible for local module development. As long as my module_utils *.py is not part of the Ansible project it is entirely missing in the docker container (driver) and i cannot run my module using the code in the utils file. I think there is a workaround when creating the driver but i'd rather have it supported in this project.

neillturner commented 5 years ago

I believe you can use the Test Kitchen Exec Driver to run test kitchen and ansible from your workstation. I refer to this in the README.md. You application would still be in a docker container though.

neillturner commented 5 years ago

closing