generated from helmut/template
feat: add ansible deploy
Remote Deploy to Windows / deploy (push) Successful in 1m52s
Details
Remote Deploy to Windows / deploy (push) Successful in 1m52s
Details
This commit is contained in:
parent
0c463243c8
commit
22209933e1
|
|
@ -28,7 +28,7 @@ set "first=1"
|
|||
:: Собираем JSON для Zabbix
|
||||
for %%F in ("%~dp0*.ffs_batch") do (
|
||||
if !first! == 0 (set "JSON=!JSON!,")
|
||||
set "JSON=!JSON!{\"{#FFS_NAME}\":\"%%~nF\"}"
|
||||
{% raw %}set "JSON=!JSON!{\"{#FFS_NAME}\":\"%%~nF\"}"{% endraw %}
|
||||
set "first=0"
|
||||
)
|
||||
set "JSON=!JSON!]}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue