mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Execution environment image should not be required (#14488)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user