mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
cs_iso: fix missing param "is_public" (#53740)
* cs_iso: fix missing param "is_public" * add changelog fragment
This commit is contained in:
parent
07ff2a6494
commit
244a9a83aa
3 changed files with 3 additions and 1 deletions
|
@ -418,6 +418,7 @@ def main():
|
|||
is_ready=dict(type='bool', default=False),
|
||||
bootable=dict(type='bool'),
|
||||
is_featured=dict(type='bool'),
|
||||
is_public=dict(type='bool'),
|
||||
is_dynamically_scalable=dict(type='bool'),
|
||||
state=dict(choices=['present', 'absent'], default='present'),
|
||||
poll_async=dict(type='bool', default=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue