12 lines
177 B
YAML
12 lines
177 B
YAML
|
|
|
|
- test: simple
|
|
actions:
|
|
- create_file:
|
|
name: foo.txt
|
|
content: "abc ..."
|
|
- cmd:
|
|
cmdline: echo hello
|
|
stdout: /hello/
|
|
status: 0
|