mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Replace choices=BOOLEANS by type='bool', fix #1326
This commit is contained in:
parent
c7f6b5e41f
commit
df195b3076
13 changed files with 34 additions and 34 deletions
|
@ -309,7 +309,7 @@ def main():
|
|||
array_add=dict(
|
||||
default=False,
|
||||
required=False,
|
||||
choices=BOOLEANS,
|
||||
type='bool',
|
||||
),
|
||||
value=dict(
|
||||
default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue