1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix for ansible/ansible-modules-extras#3173 (#3203)

This commit is contained in:
Steyn Huizinga 2016-10-22 18:49:55 +02:00 committed by Matt Clay
parent f4faf9842f
commit c21dd8c13b

View file

@ -289,7 +289,7 @@ def main():
current_version = None
# Update function configuration
func_kwargs = {'FunctionName': name, 'Publish': True}
func_kwargs = {'FunctionName': name}
# Update configuration if needed
if role_arn and current_config['Role'] != role_arn: