mitogen/tests/ansible/integration/connection/put_small_file.yml

13 lines
253 B
YAML
Raw Normal View History

# Test small transfers made via RPC.
---
- name: integration/connection/put_small_file.yml
hosts: test-targets
gather_facts: no
any_errors_fatal: true
vars:
file_name: small-file
file_size: 123
tasks:
- include_tasks: _put_file.yml