This commit is contained in:
jem 2020-02-05 13:20:11 +01:00
parent 13f080ac38
commit 28ef103895

View file

@ -51,6 +51,7 @@ def project_vars(project):
my_hetzner_api_key = hetzner_api_key(project) my_hetzner_api_key = hetzner_api_key(project)
my_module = project.name my_module = project.name
ret = {'stage' : stage(project)} ret = {'stage' : stage(project)}
# TODO: move to meissa specific part
if my_hetzner_api_key: if my_hetzner_api_key:
ret['hetzner_api_key'] = my_hetzner_api_key ret['hetzner_api_key'] = my_hetzner_api_key
if my_module: if my_module: