From e26ed64ad8bada0a880d08b56710d165136425b9 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 4 Oct 2014 17:27:20 -0400 Subject: [PATCH] Documentation typo: ansible-module[s]-extras Typo: ansible-module-extras -> ansible-modules-extras in a link to this repository. --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index b50c4f415f2..4e9c69f59f2 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -18,7 +18,7 @@ The directory "./library", alongside your top level playbooks, is also automatic added as a search directory. Should you develop an interesting Ansible module, consider sending a pull request to the -`moudule-extras project `_. There's also a core +`moudules-extras project `_. There's also a core repo for more established and widely used modules. "Extras" modules may be promoted to core periodically, but there's no fundamental difference in the end - both ship with ansible, all in one package, regardless of how you acquire ansible.