diff --git a/library/cloud/gc_storage b/library/cloud/gc_storage index 17549b32ecb..cbf72aa8e92 100644 --- a/library/cloud/gc_storage +++ b/library/cloud/gc_storage @@ -83,7 +83,7 @@ options: requirements: [ "boto 2.9+" ] -author: benno@ansibleworks.com Note. Most of the code has been taken from the S3 module. +author: benno@ansible.com Note. Most of the code has been taken from the S3 module. ''' diff --git a/library/cloud/glance_image b/library/cloud/glance_image index a6fadfa85cd..ab0e6419f7c 100644 --- a/library/cloud/glance_image +++ b/library/cloud/glance_image @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/nova_compute b/library/cloud/nova_compute index 9b7ef89495e..8178abf9ca4 100644 --- a/library/cloud/nova_compute +++ b/library/cloud/nova_compute @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # (c) 2013, John Dewey # # This module is free software: you can redistribute it and/or modify diff --git a/library/cloud/nova_keypair b/library/cloud/nova_keypair index 757b0fec67e..ab65ca6b15e 100644 --- a/library/cloud/nova_keypair +++ b/library/cloud/nova_keypair @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # (c) 2013, John Dewey # # This module is free software: you can redistribute it and/or modify diff --git a/library/cloud/quantum_floating_ip b/library/cloud/quantum_floating_ip index 531ddfe2b82..a7856f21ca1 100644 --- a/library/cloud/quantum_floating_ip +++ b/library/cloud/quantum_floating_ip @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_floating_ip_associate b/library/cloud/quantum_floating_ip_associate index e878fe5086a..3edb2f9007b 100644 --- a/library/cloud/quantum_floating_ip_associate +++ b/library/cloud/quantum_floating_ip_associate @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_network b/library/cloud/quantum_network index be6951c0b72..a628cdb4bd7 100644 --- a/library/cloud/quantum_network +++ b/library/cloud/quantum_network @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_router b/library/cloud/quantum_router index 9d31da2f19a..ed6c4b7d1cd 100644 --- a/library/cloud/quantum_router +++ b/library/cloud/quantum_router @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_router_gateway b/library/cloud/quantum_router_gateway index 68372e785d3..ae0553c71c8 100644 --- a/library/cloud/quantum_router_gateway +++ b/library/cloud/quantum_router_gateway @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_router_interface b/library/cloud/quantum_router_interface index 05f1f303a8f..0963149aab1 100644 --- a/library/cloud/quantum_router_interface +++ b/library/cloud/quantum_router_interface @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/cloud/quantum_subnet b/library/cloud/quantum_subnet index 9d40131061a..89a724d9f3e 100644 --- a/library/cloud/quantum_subnet +++ b/library/cloud/quantum_subnet @@ -1,7 +1,7 @@ #!/usr/bin/python #coding: utf-8 -*- -# (c) 2013, Benno Joy +# (c) 2013, Benno Joy # # This module is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/library/internal/async_status b/library/internal/async_status index 853f4533765..1605f877a46 100644 --- a/library/internal/async_status +++ b/library/internal/async_status @@ -41,7 +41,7 @@ options: choices: [ "status", "cleanup" ] default: "status" notes: - - See also U(http://www.ansibleworks.com/docs/playbooks_async.html#asynchronous-actions-and-polling) + - See also U(http://docs.ansible.com/playbooks_async.html) requirements: [] author: Michael DeHaan ''' diff --git a/library/network/get_url b/library/network/get_url index 485a607ccc8..740eb631b12 100644 --- a/library/network/get_url +++ b/library/network/get_url @@ -36,7 +36,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 - `_), + `_), or by using the use_proxy option. version_added: "0.6" options: diff --git a/library/notification/osx_say b/library/notification/osx_say index 8bde688349a..de5d1917c5f 100644 --- a/library/notification/osx_say +++ b/library/notification/osx_say @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2013, Michael DeHaan +# (c) 2013, Michael DeHaan # # This file is part of Ansible # diff --git a/library/utilities/accelerate b/library/utilities/accelerate index 92bb1a7afed..c4069efac92 100644 --- a/library/utilities/accelerate +++ b/library/utilities/accelerate @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2013, James Cammarata +# (c) 2013, James Cammarata # # This file is part of Ansible #