1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update os_image.py (#47222)

The description of the `name` and `id` options are updated to highlight the fact that the `name` (which is required and leads to failures if several images exist with the same name) argument can also contain the image `id`.

+label: docsite_pr
This commit is contained in:
Nicolas Bock 2018-11-07 04:18:57 -07:00 committed by ansibot
parent a2f3f16930
commit 3fa48dfb6f

View file

@ -27,12 +27,12 @@ description:
options:
name:
description:
- Name that has to be given to the image
- The name of the image when uploading - or the name/ID of the image if deleting
required: true
id:
version_added: "2.4"
description:
- The Id of the image
- The ID of the image when uploading an image
checksum:
version_added: "2.5"
description: