7 lines
114 B
YAML
Executable file
7 lines
114 B
YAML
Executable file
---
|
|
- name: SolidWall analyzer restart
|
|
hosts: all
|
|
remote_user: install
|
|
roles:
|
|
- sw_analyzer_restart
|
|
...
|