feat: add ansible deploy
Remote Deploy to Windows / deploy (push) Successful in 1m52s Details

This commit is contained in:
Windneiro 2026-03-31 17:27:05 +05:00
parent 0c463243c8
commit 22209933e1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ set "first=1"
:: Собираем JSON для Zabbix :: Собираем JSON для Zabbix
for %%F in ("%~dp0*.ffs_batch") do ( for %%F in ("%~dp0*.ffs_batch") do (
if !first! == 0 (set "JSON=!JSON!,") if !first! == 0 (set "JSON=!JSON!,")
set "JSON=!JSON!{\"{#FFS_NAME}\":\"%%~nF\"}" {% raw %}set "JSON=!JSON!{\"{#FFS_NAME}\":\"%%~nF\"}"{% endraw %}
set "first=0" set "first=0"
) )
set "JSON=!JSON!]}" set "JSON=!JSON!]}"