b8f0cfc38a
These tests rely on the AWS S3 modules, but will not be migrated along with those modules into an AWS collection. Since these tests will not reside in a collection alongside the modules under test they are being moved to the legacy tests directory. The legacy tests directory will soon be migrated to a separate repository.
18 lines
357 B
YAML
18 lines
357 B
YAML
- name: Create a file
|
|
tempfile:
|
|
state: file
|
|
suffix: temp
|
|
register: tempfile
|
|
|
|
- import_tasks: aws_s3_create.yml
|
|
|
|
- import_tasks: aws_s3_put.yml
|
|
- import_tasks: aws_s3_get.yml
|
|
|
|
- import_tasks: aws_s3_getstr.yml
|
|
- import_tasks: aws_s3_geturl.yml
|
|
- import_tasks: aws_s3_list.yml
|
|
|
|
- import_tasks: aws_s3_delobj.yml
|
|
|
|
- import_tasks: aws_s3_delete.yml
|