Franziska Kunsmann
9618e388c3
All checks were successful
bundlewrap/pipeline/head This commit looks good
4 lines
195 B
TOML
4 lines
195 B
TOML
<%
|
|
from tomlkit import dumps as toml_dumps
|
|
from bundlewrap.utils.text import toml_clean
|
|
%>${toml_clean(toml_dumps(repo.libs.toml.dict_to_toml(node.metadata['simple-icinga-dashboard'])))}
|