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.
17 lines
341 B
YAML
17 lines
341 B
YAML
# Test small transfers made via RPC.
|
|
---
|
|
|
|
- name: integration/connection/put_small_file.yml
|
|
hosts: test-targets
|
|
gather_facts: no
|
|
vars:
|
|
file_name: small-file
|
|
file_size_kib: 123
|
|
file_mode: u=rw,go=
|
|
tasks:
|
|
- include_tasks: _put_file.yml
|
|
- include_tasks: _cleanup_file.yml
|
|
tags:
|
|
- put_file
|
|
- put_small_file
|