Restore license agreement (#45809) (#46019)

* adds page for CLA in community docs with link from community index

(partial cherry-pick from commit f430f60541)
pull/46092/head
Alicia Cozine 6 years ago committed by GitHub
parent c25d2f2562
commit f87f239925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
.. _contributor_license_agreement:
******************************
Contributors License Agreement
******************************
By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable copyright license to all users and developers of the project, present and future, pursuant to the license of the project.

@ -21,8 +21,5 @@ To get started, please read and understand the :ref:`code_of_conduct`, and then
maintainers
release_managers
communication
contributor_license_agreement
other_tools_and_programs

@ -117,8 +117,8 @@ Read the complete :ref:`module metadata specification <ansible_metadata_block>`
serializable. A common pitfall is to try returning an object via
exit_json(). Instead, convert the fields you need from the object into the
fields of a dictionary and return the dictionary.
* When fetching URLs, please use either fetch_url or open_url from ansible.module_utils.urls
rather than urllib2; urllib2 does not natively verify TLS certificates and so is insecure for https.
* When fetching URLs, please use either fetch_url or open_url from ansible.module_utils.urls
rather than urllib2; urllib2 does not natively verify TLS certificates and so is insecure for https.
* facts modules must return facts in the ansible_facts field of the :ref:`result
dictionary<common_return_values>`.
* modules that are purely about fact gathering need to implement check_mode.

Loading…
Cancel
Save