mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
cs_iso: fix missing param "is_public" (#53740)
* cs_iso: fix missing param "is_public" * add changelog fragment
This commit is contained in:
committed by
René Moser
parent
07ff2a6494
commit
244a9a83aa
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user