Update server/settings/tools.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
sjt-rvx 2025-07-02 10:16:31 +00:00 committed by GitHub
parent 42d6a74ffb
commit 06bc6baae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -709,13 +709,6 @@ DEFAULT_TOOLS_VALUES = {
},
"comment_minimum_required_chars": 0,
"inventory": {
"profiles": [
{
"host_name": [],
"task_name": [],
"inventory_name_format": "{folder[name]}_{product}: ({representation})",
},
]
"profiles": []
}
}