diff --git a/molecule_hetznercloud/hetznercloud.py b/molecule_hetznercloud/hetznercloud.py index 9c1c0ff..730ae05 100644 --- a/molecule_hetznercloud/hetznercloud.py +++ b/molecule_hetznercloud/hetznercloud.py @@ -141,6 +141,12 @@ class HetznerCloud(Driver): # instance_config is not on disk. return {} + def template_dir(self): + return os.path.join( + os.path.dirname(__file__), + "cookiecutter/scenario/driver/{}".format(self.name), + ) + def _get_instance_config(self, instance_name): instance_config_dict = util.safe_load_file(self._config.driver.instance_config)