From 2e611efa17cec903fd331552a8b30fd6aea269cd Mon Sep 17 00:00:00 2001 From: Ivan Martinez Date: Mon, 29 Aug 2022 16:32:13 +0200 Subject: [PATCH] fix(s3): support for community.aws module --- tasks/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tarball.yml b/tasks/tarball.yml index 144bc28..a5ced6f 100644 --- a/tasks/tarball.yml +++ b/tasks/tarball.yml @@ -11,7 +11,7 @@ register: zookeeper_tarball_script - name: Download zookeeper from S3 - s3: + amazon.aws.aws_s3: mode: get bucket: "{{zookeeper_archive_s3_bucket}}" object: "{{zookeeper_archive_s3_object}}"