diff --git a/plugins/modules/aws_s3.py b/plugins/modules/aws_s3.py index a7ddc6cf0cd..eb6d8b90ad4 100644 --- a/plugins/modules/aws_s3.py +++ b/plugins/modules/aws_s3.py @@ -175,7 +175,7 @@ mode: put - name: PUT operation from a rendered template - aws_s3: + amazon.aws.aws_s3: bucket: mybucket object: /object.yaml content: "{{ lookup('template', 'templates/object.yaml.j2') }}"