Skip to content

Commit

Permalink
Update aws_s3 example to use FQCN (ansible-collections#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
afouladi7 authored Jan 18, 2021
1 parent 61b5b79 commit 31bd094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand Down

0 comments on commit 31bd094

Please sign in to comment.