mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"requirements": [],
|
|
"description": [
|
|
"This module gets the status of an asynchronous task. See: U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling)"
|
|
],
|
|
"author": "Michael DeHaan",
|
|
"notes": [
|
|
"See U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling)"
|
|
],
|
|
"docuri": "async-status",
|
|
"module": "async_status",
|
|
"filename": "library/async_status",
|
|
"version_added": "0.5",
|
|
"short_description": "Obtain status of asynchronous task",
|
|
"now_date": "2012-10-09",
|
|
"options": {
|
|
"jid": {
|
|
"default": null,
|
|
"required": true,
|
|
"description": [
|
|
"Job or task identifier"
|
|
],
|
|
"aliases": []
|
|
},
|
|
"mode": {
|
|
"default": "status",
|
|
"required": false,
|
|
"description": [
|
|
"if C(status), obtain the status; if C(cleanup), clean up the async job cache located in C(~/.ansible_async/) for the specified job I(jid)."
|
|
],
|
|
"choices": [
|
|
"status",
|
|
"cleanup"
|
|
]
|
|
}
|
|
},
|
|
"ansible_version": "0.8"
|
|
} |