fix(api_config): typo in Add/Update GLPI Config

!1
This commit is contained in:
2023-07-30 12:58:25 +09:30
parent 93f069c1b3
commit 00ecd6e0e3

View File

@ -27,7 +27,7 @@
not sub_item.name in skip_config
and
sub_item.value is defined
loop: "{% if item.api_path == 'Config' %}{{ item_body }}{% else %}{{ [] }}{% endif %}"
loop: "{% if item.api_path == 'Config' %}{{ item.body }}{% else %}{{ [] }}{% endif %}"
loop_control:
loop_var: sub_item
vars: