I am trying to create a service of type kernel on a remote windows 10
machine from a linux ansible controller machine. To create a service I'm
using *sc create* *type=kernel binpath=c:\path * command.
Ansible playbook for creating a service:
- hosts: windows
tasks:
- name: Create temp se
I am trying to create a service of type kernel on a remote windows 10
machine from a linux ansible controller machine. To create a service I'm
using *sc create* *type=kernel binpath=c:\path * command.
Ansible playbook for creating a service:
- hosts: windows
tasks:
- name: Create temp se
I am trying to create a service of type kernel on a remote windows 10
machine from a linux ansible controller machine. To create a service I'm
using *sc create* *type=kernel binpath=c:\path * command.
Ansible playbook for creating a service:
- hosts: windows
tasks:
- name: Create temp se