mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix ec2_eip parameter logic (#55194)
This commit is contained in:
@@ -388,9 +388,9 @@ def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=True,
|
||||
required_together=[
|
||||
['device_id', 'private_ip_address'],
|
||||
],
|
||||
required_by={
|
||||
'private_ip_address': ['device_id'],
|
||||
},
|
||||
)
|
||||
|
||||
if not HAS_BOTO:
|
||||
|
||||
Reference in New Issue
Block a user