blob: 4ef076eb96edff617041961cfa8e6d750e9c1923 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
set -eux
# run type tests
ansible -a 'sleep 20' --task-timeout 5 localhost |grep 'The command action failed to execute in the expected time frame (5) and was terminated'
|