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

Fix some typos in developing_modules.rst

This commit is contained in:
Nate Eagleson 2014-12-29 08:39:39 -05:00
parent 41399dedaf
commit 410c8fc825

View file

@ -441,12 +441,12 @@ Getting Your Module Into Ansible
````````````````````````````````
High-quality modules with minimal dependencies
can be included in the ansible, but modules (just due to the programming
can be included in Ansible, but modules (just due to the programming
preferences of the developers) will need to be implemented in Python and use
the AnsibleModule common code, and should generally use consistent arguments with the rest of
the program. Stop by the mailing list to inquire about requirements if you like, and submit
a github pull request to the `extras <https://github.com/ansible/ansible-modules-extras>`_ project.
Included modules will ship with ansible, and also have a change to be promoted to 'core' status, which
Included modules will ship with ansible, and also have a chance to be promoted to 'core' status, which
gives them slightly higher development priority (though they'll work in exactly the same way).