first test disk service pipeline
This commit is contained in:
13
roles/storage_api/tasks/nssm.yaml
Normal file
13
roles/storage_api/tasks/nssm.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Install nssm
|
||||
win_chocolatey:
|
||||
name: nssm
|
||||
state: present
|
||||
|
||||
- name: Install the foo service
|
||||
community.windows.win_nssm:
|
||||
name: foo
|
||||
application: C:\windows\foo.exe
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user