mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
update documentation
This commit is contained in:
@@ -81,6 +81,22 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Passwords for credentials which are set to prompt on launch
|
- Passwords for credentials which are set to prompt on launch
|
||||||
type: dict
|
type: dict
|
||||||
|
wait:
|
||||||
|
description:
|
||||||
|
- Wait for the job to complete.
|
||||||
|
default: True
|
||||||
|
type: bool
|
||||||
|
interval:
|
||||||
|
description:
|
||||||
|
- The interval to request an update from Tower.
|
||||||
|
required: False
|
||||||
|
default: 1
|
||||||
|
type: float
|
||||||
|
timeout:
|
||||||
|
description:
|
||||||
|
- If waiting for the job to complete this will abort after this
|
||||||
|
amount of seconds
|
||||||
|
type: int
|
||||||
extends_documentation_fragment: awx.awx.auth
|
extends_documentation_fragment: awx.awx.auth
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user