mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 05:43:15 +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:
@@ -42,7 +42,7 @@ options:
|
||||
floating IP completely, or only detach it from the server.
|
||||
Default is to detach only.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: 'false'
|
||||
reuse:
|
||||
description:
|
||||
- When I(state) is present, and I(floating_ip_address) is not present,
|
||||
@@ -52,7 +52,7 @@ options:
|
||||
I(floating_ip_address) is undefined, then C(nat_destination) and
|
||||
C(fixed_address) will be ignored.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: 'false'
|
||||
server:
|
||||
description:
|
||||
- The name or ID of the server to which the IP address
|
||||
@@ -83,7 +83,7 @@ EXAMPLES = '''
|
||||
- openstack.cloud.floating_ip:
|
||||
cloud: dguerri
|
||||
state: present
|
||||
reuse: yes
|
||||
reuse: true
|
||||
server: cattle001
|
||||
network: ext_net
|
||||
fixed_address: 192.0.2.3
|
||||
|
||||
Reference in New Issue
Block a user