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

Slight doc tweak

This commit is contained in:
Michael DeHaan 2013-02-16 15:28:52 -05:00
parent 32f682946f
commit 408deab4e0

View file

@ -9,7 +9,7 @@ Ansible Modules
```````````````
Ansible modules are a way of adding new client-side logic to ansible.
They can be written in any language. Generally our goal is to include most modules in core,
They can be written in any language. Generally our goal is to include most modules in core ("batteries included!"),
though a few may remain outside of core depending on use cases and implementations.
- `Official "core" ansible modules <http://ansible.cc/docs/modules.html>`_ - various