diff --git a/lib/ansible/modules/extras/README.md b/lib/ansible/modules/extras/README.md index a981cfd00ff..caf15675cce 100644 --- a/lib/ansible/modules/extras/README.md +++ b/lib/ansible/modules/extras/README.md @@ -18,4 +18,9 @@ Ansible [module development guide](http://docs.ansible.com/developing_modules.ht License ======= -As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license. +As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license. + +Installation +============ + +There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.