mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bulk update of choices=BOOLEANS to type='bool'
This commit is contained in:
parent
f1301f6fd9
commit
1ea5b04e05
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ def main():
|
|||
metadata = dict(),
|
||||
name = dict(),
|
||||
network = dict(default='default'),
|
||||
persistent_boot_disk = dict(type='bool', choices=BOOLEANS, default=False),
|
||||
persistent_boot_disk = dict(type='bool', default=False),
|
||||
state = dict(choices=['active', 'present', 'absent', 'deleted'],
|
||||
default='present'),
|
||||
tags = dict(type='list'),
|
||||
|
|
Loading…
Reference in a new issue