code review changes, using when statements and adding trailing comma
parent
196a476270
commit
5a0da02e6c
@ -1,16 +1,18 @@
|
|||||||
# Ensure paramiko connections aren't grabbed.
|
# Ensure paramiko connections aren't grabbed.
|
||||||
---
|
---
|
||||||
|
|
||||||
# TODO: this is flaky -> https://github.com/dw/mitogen/issues/747
|
|
||||||
- name: integration/connection_loader/paramiko_unblemished.yml
|
- name: integration/connection_loader/paramiko_unblemished.yml
|
||||||
hosts: test-targets
|
hosts: test-targets
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
tasks:
|
tasks:
|
||||||
- debug:
|
- debug:
|
||||||
msg: "skipped for now"
|
msg: "skipped for now"
|
||||||
# - custom_python_detect_environment:
|
- name: this is flaky -> https://github.com/dw/mitogen/issues/747
|
||||||
# connection: paramiko
|
block:
|
||||||
# register: out
|
- custom_python_detect_environment:
|
||||||
|
connection: paramiko
|
||||||
|
register: out
|
||||||
|
|
||||||
# - assert:
|
- assert:
|
||||||
# that: not out.mitogen_loaded
|
that: not out.mitogen_loaded
|
||||||
|
when: False
|
||||||
|
Loading…
Reference in New Issue