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.
11 lines
221 B
YAML
11 lines
221 B
YAML
6 years ago
|
# issue #555
|
||
|
|
||
|
- name: integration/runner/custom_python_prehistoric_module.yml
|
||
|
hosts: test-targets
|
||
|
any_errors_fatal: true
|
||
|
tasks:
|
||
|
- custom_python_prehistoric_module:
|
||
|
register: out
|
||
|
|
||
|
- assert: that=out.ok
|