diff options
author | dizzler <nathan.randall.14@gmail.com> | 2015-11-24 12:49:15 -0700 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-11-28 10:00:22 -0500 |
commit | e210da36595a1b5975cc8622e6119a58dde6baf2 (patch) | |
tree | f54da3e8a04a08de655b7b719815bd648879af46 /docsite | |
parent | e0ecaac90da99a7f25103b42db0b137ebe3fd2ac (diff) | |
download | ansible-e210da36595a1b5975cc8622e6119a58dde6baf2.tar.gz |
Fix typo in modules_core.rst
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/modules_core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/modules_core.rst b/docsite/rst/modules_core.rst index 6364a1556f..4d692dad15 100644 --- a/docsite/rst/modules_core.rst +++ b/docsite/rst/modules_core.rst @@ -8,6 +8,6 @@ The source of these modules is hosted on GitHub in the `ansible-modules-core <ht If you believe you have found a bug in a core module and are already running the latest stable or development version of Ansible, first look in the `issue tracker at github.com/ansible/ansible-modules-core <http://github.com/ansible/ansible-modules-core>`_ to see if a bug has already been filed. If not, we would be grateful if you would file one. -Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group <https://groups.google.com/forum/#!forum/ansible-project>`_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group <https://groups.google.com/forum/#!forum/ansible-devel>`_. +Should you have a question rather than a bug report, inquiries are welcome on the `ansible-project google group <https://groups.google.com/forum/#!forum/ansible-project>`_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group <https://groups.google.com/forum/#!forum/ansible-devel>`_. Documentation updates for these modules can also be edited directly in the module itself and by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree. |