cmdtest/CMDTEST_example.yml
2016-01-05 19:10:02 +01:00

12 lines
177 B
YAML

- test: simple
actions:
- create_file:
name: foo.txt
content: "abc ..."
- cmd:
cmdline: echo hello
stdout: /hello/
status: 0