one_image: Add image creation and timeout (#9075)

* Add creation one_image

* Add CHANGELOG

* PR fix docs

* Add doc line for create
This commit is contained in:
alexander
2024-11-03 13:25:39 +03:00
committed by GitHub
parent 2429e228a4
commit cecaa1840d
2 changed files with 124 additions and 48 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- one_image - add ``create``, ``template`` and ``datastore_id`` arguments for image creation (https://github.com/ansible-collections/community.general/pull/9075).
- one_image - add ``wait_timeout`` argument for adjustable timeouts (https://github.com/ansible-collections/community.general/pull/9075).