first test disk service pipeline
This commit is contained in:
17
roles/storage_api/tasks/main.yaml
Normal file
17
roles/storage_api/tasks/main.yaml
Normal 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
|
||||
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user