mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 21:33:07 +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:
@@ -258,7 +258,7 @@ EXAMPLES = r'''
|
||||
- name: Delete a load balancer, its related resources and its floating ip
|
||||
openstack.cloud.loadbalancer:
|
||||
cloud: devstack
|
||||
delete_floating_ip: yes
|
||||
delete_floating_ip: true
|
||||
name: my_lb
|
||||
state: absent
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user