cb94c0cc55
* added timeout options to adhoc and console * added test * fix typosesz * fix conflict * task_timeout * fix timeout option, added extra vars to console * actually use right cli switch .. DUH! * added timeout to include 'valid' but ignored keys * fix default * fixes per review
6 lines
192 B
Bash
Executable file
6 lines
192 B
Bash
Executable file
#!/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'
|