mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 16:36:29 +00:00
Fix scaleway_compute dynamic_ip_required (#46256)
This commit is contained in:
committed by
John R Barker
parent
faf262977e
commit
46ed120778
@@ -608,7 +608,6 @@ def core(module):
|
||||
"name": module.params["name"],
|
||||
"commercial_type": module.params["commercial_type"],
|
||||
"enable_ipv6": module.params["enable_ipv6"],
|
||||
"dynamic_ip_required": module.params["dynamic_ip_required"],
|
||||
"tags": module.params["tags"],
|
||||
"organization": module.params["organization"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user