From 20a45ab36d2008341f457ef1b774ffeedb786829 Mon Sep 17 00:00:00 2001 From: Raphael Badin Date: Wed, 25 Nov 2015 18:29:17 +0100 Subject: [PATCH] Fix missing word in developing_modules.rst --- 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 dd622758281..bdee4aa83dc 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -219,7 +219,7 @@ this, just have the module return a `ansible_facts` key, like so, along with oth } These 'facts' will be available to all statements called after that module (but not before) in the playbook. -A good idea might be make a module called 'site_facts' and always call it at the top of each playbook, though +A good idea might be to make a module called 'site_facts' and always call it at the top of each playbook, though we're always open to improving the selection of core facts in Ansible as well. .. _common_module_boilerplate: