mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix for ansible/ansible-modules-extras#3173 (#3203)
This commit is contained in:
committed by
Matt Clay
parent
f4faf9842f
commit
c21dd8c13b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user