mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Use true and false instead of yes and no for boolean values
Story: 2010586 Task: 47380 Change-Id: I1b88aa925d823d74b2d012153dfe26d35c93dfd5
This commit is contained in:
@@ -135,9 +135,9 @@ options:
|
||||
description:
|
||||
- Do not associate a security group with this port.
|
||||
- "Deprecated. Use I(security_groups): C([]) instead
|
||||
of I(no_security_groups): C(yes)."
|
||||
of I(no_security_groups): C(true)."
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: 'false'
|
||||
port_security_enabled:
|
||||
description:
|
||||
- Whether to enable or disable the port security on the network.
|
||||
|
||||
Reference in New Issue
Block a user