fix yml parsing

pull/715/head
Steven Robertson 4 years ago
parent fbcf765fb2
commit aac1e7f76a

@ -2,13 +2,15 @@
--- ---
# TODO: this is flaky -> https://github.com/dw/mitogen/issues/747 # 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:
# - custom_python_detect_environment: - debug:
# connection: paramiko msg: "skipped for now"
# register: out # - custom_python_detect_environment:
# connection: paramiko
# register: out
# - assert: # - assert:
# that: not out.mitogen_loaded # that: not out.mitogen_loaded

Loading…
Cancel
Save