mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
E325 removal - Part I (#49136)
Remove E325 from Amazon modules Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -68,14 +68,17 @@ options:
|
||||
description:
|
||||
- Attach a public network interface to the server.
|
||||
default: True
|
||||
type: bool
|
||||
use_private_network:
|
||||
description:
|
||||
- Attach a private network interface to the server.
|
||||
default: False
|
||||
type: bool
|
||||
use_ipv6:
|
||||
description:
|
||||
- Enable IPv6 on the public network interface.
|
||||
default: True
|
||||
type: bool
|
||||
anti_affinity_with:
|
||||
description:
|
||||
- UUID of another server to create an anti-affinity group with.
|
||||
|
||||
Reference in New Issue
Block a user