first test disk service pipeline

This commit is contained in:
2025-10-26 14:04:42 -07:00
parent d71bb9b6d7
commit 8411578068
10 changed files with 193 additions and 11 deletions

View File

@ -0,0 +1,17 @@
---
###############################################
# Disk API Windows Service
###############################################
- name: set up python venv
include_tasks: python_venv.yaml
- name: build python exe
include_tasks: build_py_bin.yaml
#- name: set up nssm service
# include_tasks: nssm.yaml
...