Execution environment image should not be required (#14488)

This commit is contained in:
Will Thames
2023-10-12 05:39:51 +10:00
committed by GitHub
parent 160634fb6f
commit dc34d0887a

View File

@@ -33,7 +33,6 @@ options:
image: image:
description: description:
- The fully qualified url of the container image. - The fully qualified url of the container image.
required: True
type: str type: str
description: description:
description: description:
@@ -79,7 +78,7 @@ def main():
argument_spec = dict( argument_spec = dict(
name=dict(required=True), name=dict(required=True),
new_name=dict(), new_name=dict(),
image=dict(required=True), image=dict(),
description=dict(), description=dict(),
organization=dict(), organization=dict(),
credential=dict(), credential=dict(),