mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
parent
e0d4d397ff
commit
c2b695390b
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ def main():
|
||||||
disk_format=module.params['disk_format'],
|
disk_format=module.params['disk_format'],
|
||||||
container_format=module.params['container_format'],
|
container_format=module.params['container_format'],
|
||||||
wait=module.params['wait'],
|
wait=module.params['wait'],
|
||||||
timeout=module.params['timeout']
|
timeout=module.params['timeout'],
|
||||||
|
is_public=module.params['is_public'],
|
||||||
)
|
)
|
||||||
changed = True
|
changed = True
|
||||||
if not module.params['wait']:
|
if not module.params['wait']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue