10 lines
130 B
YAML
10 lines
130 B
YAML
|
servers:
|
||
|
localhost:
|
||
|
host: 0.0.0.0
|
||
|
local: true
|
||
|
|
||
|
tasks:
|
||
|
ping:
|
||
|
desc: Send a test echo command
|
||
|
cmd: echo "Works!"
|