bundles/netbox: fix ADMINS
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5a499b9321
commit
d94df613c5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ REDIS = {
|
|||
SECRET_KEY = '${repo.vault.password_for('django secret netbox ' + node.name, length=50)}'
|
||||
|
||||
ADMINS = [
|
||||
% for name, email in sorted(node.metadata.get('netbox/admins', {})):
|
||||
% for name, email in sorted(node.metadata.get('netbox/admins', {}).items()):
|
||||
['${name}', '${email}'],
|
||||
% endfor
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue