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:
parent
f4faf9842f
commit
c21dd8c13b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue