1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #4860 from jlaska/async_status_doc

Correct documentation URLs
This commit is contained in:
Michael DeHaan 2013-11-08 13:28:02 -08:00
commit 3f4b2d4a24
2 changed files with 3 additions and 4 deletions

View file

@ -24,8 +24,7 @@ DOCUMENTATION = '''
module: async_status module: async_status
short_description: Obtain status of asynchronous task short_description: Obtain status of asynchronous task
description: description:
- "This module gets the status of an asynchronous task. See: - "This module gets the status of an asynchronous task."
U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling)"
version_added: "0.5" version_added: "0.5"
options: options:
jid: jid:
@ -42,7 +41,7 @@ options:
choices: [ "status", "cleanup" ] choices: [ "status", "cleanup" ]
default: "status" default: "status"
notes: notes:
- See U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling) - See also U(http://www.ansibleworks.com/docs/playbooks_async.html#asynchronous-actions-and-polling)
requirements: [] requirements: []
author: Michael DeHaan author: Michael DeHaan
''' '''

View file

@ -36,7 +36,7 @@ description:
the target host, requests will be sent through that proxy. This the target host, requests will be sent through that proxy. This
behaviour can be overridden by setting a variable for this task behaviour can be overridden by setting a variable for this task
(see `setting the environment (see `setting the environment
<http://www.ansibleworks.com/docs/playbooks2.html#setting-the-environment-and-working-with-proxies>`_), <http://www.ansibleworks.com/docs/playbooks_environment.html#setting-the-environment-and-working-with-proxies>`_),
or by using the use_proxy option. or by using the use_proxy option.
version_added: "0.6" version_added: "0.6"
options: options: