Skip to content

Commit

Permalink
Fix ELB target integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Apr 14, 2024
1 parent b5d4ea7 commit e45026b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
state: present
zip_file: /tmp/lambda.zip
runtime: python3.12
role: "{{ ROLE_ARN.arn }}"
role: "{{ ROLE_ARN.iam_role.arn }}"
handler: ansible_lambda_target.lambda_handler
timeout: 30
register: lambda_function
Expand Down

0 comments on commit e45026b

Please sign in to comment.