parent
dc51e1ae41
commit
e7bdf7f7f6
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…
Reference in a new issue