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.
|
# Test transfers made via FileService.
|
|
---
|
|
|
|
- name: integration/connection/put_large_file.yml
|
|
hosts: test-targets
|
|
gather_facts: no
|
|
any_errors_fatal: true
|
|
vars:
|
|
file_name: large-file
|
|
file_size: 512
|
|
tasks:
|
|
- include_tasks: _put_file.yml
|