From 89c826df9d4cbaec88df882c5c0388266a910f5a Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Fri, 16 Sep 2016 16:33:33 +0200 Subject: [PATCH] Fixed typo in changelog (#17597) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0cd9f6dc7..8d41888ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Ansible Changes By Release * `meta` tasks can now use conditionals. * `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary.n * New privilege escalation become method `ksu` -* Windows `async:` support for long-running or backgrodund tasks. +* Windows `async:` support for long-running or background tasks. * Windows `environment:` support for setting module environment vars in play/task. * Added a new `meta` option: `end_play`, which can be used to skip to the end of a play. * roles can now be included in the middle of a task list via the new `include_role` module, this also allows for making the role import 'loopable' and/or conditional.