Skip to content

Commit

Permalink
Use the new name amazon.aws.s3_object
Browse files Browse the repository at this point in the history
The old name (amazon.aws.aws_s3) is still accepted but not preferred.
  • Loading branch information
jsf9k committed Jun 23, 2024
1 parent 444b1ef commit 4cfa215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
when: not assessor_workbench_directory.stat.exists
block:
- name: Grab Assessor Workbench tarball from S3
amazon.aws.aws_s3:
amazon.aws.s3_object:
bucket: "{{ assessor_workbench_bucket_name }}"
dest: /tmp/{{ assessor_workbench_tarball_object_name }}
mode: get
Expand Down

0 comments on commit 4cfa215

Please # to comment.