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
commit cecaa1840d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).