Fix for ansible/ansible-modules-extras#3173 (#3203)
This commit is contained in:
parent
f4faf9842f
commit
c21dd8c13b
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ def main():
|
||||||
current_version = None
|
current_version = None
|
||||||
|
|
||||||
# Update function configuration
|
# Update function configuration
|
||||||
func_kwargs = {'FunctionName': name, 'Publish': True}
|
func_kwargs = {'FunctionName': name}
|
||||||
|
|
||||||
# Update configuration if needed
|
# Update configuration if needed
|
||||||
if role_arn and current_config['Role'] != role_arn:
|
if role_arn and current_config['Role'] != role_arn:
|
||||||
|
|
Loading…
Reference in a new issue