From 8340f273028377a4280feb53a875394b863bba7c Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 20 Apr 2016 18:39:54 +0200 Subject: [PATCH] doc: fix tpyos in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ab6ca8fbc..0642289a471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Ansible Changes By Release * Added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell) * New meta action, `meta: clear_facts` which will remove existing facts for the current host from current memory and facts cache. * copy module can now transparently use a vaulted file as source, if vault passwords were provided it will decrypt and copy on the fly. -* The way new-style python modules (which include all of the non-windows modules shipped with Ansible) are assembled before execution on the remote machine has been changed. The new way stays cloesr to how python imports modules which will make it easier to write moduels which rely heavily on shared code. +* The way new-style python modules (which include all of the non-windows modules shipped with Ansible) are assembled before execution on the remote machine has been changed. The new way stays closer to how python imports modules which will make it easier to write modules which rely heavily on shared code. * Reduce the situations in which a module can end up as world readable. For details, see: https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user ####New Modules: