add todo
This commit is contained in:
parent
13f080ac38
commit
28ef103895
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue