mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Execution environment image should not be required (#14488)
This commit is contained in:
parent
160634fb6f
commit
dc34d0887a
@ -33,7 +33,6 @@ options:
|
||||
image:
|
||||
description:
|
||||
- The fully qualified url of the container image.
|
||||
required: True
|
||||
type: str
|
||||
description:
|
||||
description:
|
||||
@ -79,7 +78,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
name=dict(required=True),
|
||||
new_name=dict(),
|
||||
image=dict(required=True),
|
||||
image=dict(),
|
||||
description=dict(),
|
||||
organization=dict(),
|
||||
credential=dict(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user