mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 00:12:54 +00:00
Adjust booleans in cloud modules. (#5155)
This commit is contained in:
parent
19ce50f6b9
commit
3a08903e1c
51 changed files with 177 additions and 177 deletions
|
|
@ -358,8 +358,8 @@ EXAMPLES = '''
|
|||
state: present
|
||||
alias: fw_zone
|
||||
image_uuid: 95f265b8-96b2-11e6-9597-972f3af4b6d5
|
||||
firewall_enabled: yes
|
||||
indestructible_zoneroot: yes
|
||||
firewall_enabled: true
|
||||
indestructible_zoneroot: true
|
||||
nics:
|
||||
- nic_tag: admin
|
||||
ip: dhcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue