blob: c55816fb36e80d81d74257a42e8616cf2ed45fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
tests:
- command: ['ansible', 'prepare']
output: "prepare ansible env\n"
- command: ['ansible', 'show']
output: "show ansible configuration\n"
- command: ['ansible', 'status']
output: "check connectivity\n"
|