Files
community.general/docs/json/async_status.json
2012-10-10 18:41:50 -04:00

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"
}