You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
345 B
YAML
14 lines
345 B
YAML
6 years ago
|
# issue 352: test ability to notice disconnection during a module invocation.
|
||
|
---
|
||
|
|
||
|
- name: integration/connection/_disconnect_during_module.yml
|
||
|
hosts: test-targets
|
||
|
gather_facts: no
|
||
|
any_errors_fatal: false
|
||
|
tasks:
|
||
|
- run_once: true # don't run against localhost
|
||
|
shell: |
|
||
|
kill -9 $PPID
|
||
|
register: out
|
||
|
ignore_errors: true
|