* Updated all ansible.cc references in the documentation to point
to ansibleworks.com * Fixed a few misspelled words
This commit is contained in:
parent
79a9629108
commit
166ea0e175
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ module: async_status
|
|||
short_description: Obtain status of asynchronous task
|
||||
description:
|
||||
- "This module gets the status of an asynchronous task. See:
|
||||
U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling)"
|
||||
U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling)"
|
||||
version_added: "0.5"
|
||||
options:
|
||||
jid:
|
||||
|
@ -42,7 +42,7 @@ options:
|
|||
choices: [ "status", "cleanup" ]
|
||||
default: "status"
|
||||
notes:
|
||||
- See U(http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling)
|
||||
- See U(http://www.ansibleworks.com/docs/playbooks2.html#asynchronous-actions-and-polling)
|
||||
requirements: []
|
||||
author: Michael DeHaan
|
||||
'''
|
||||
|
|
|
@ -35,7 +35,7 @@ description:
|
|||
the target host, requests will be sent through that proxy. This
|
||||
behaviour can be overridden by setting a variable for this task
|
||||
(see `setting the environment
|
||||
<http://ansible.cc/docs/playbooks2.html#setting-the-environment-and-working-with-proxies>`_),
|
||||
<http://www.ansibleworks.com/docs/playbooks2.html#setting-the-environment-and-working-with-proxies>`_),
|
||||
or by using the use_proxy option.
|
||||
version_added: "0.6"
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue