summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-09-25 15:42:45 -0500
committerJames Cammarata <jimi@sngx.net>2014-09-25 15:42:45 -0500
commit21dcfd7192c2546f5394039edefd27c51e9eb018 (patch)
tree96088eb24353e295c8e818cf346e2f38750bc389 /CHANGELOG.md
parent8b7e16e4e38e9d5c135371acedede458704916c2 (diff)
downloadansible-21dcfd7192c2546f5394039edefd27c51e9eb018.tar.gz
Adding integration tests for async fire-and-forget checking
Also updated the CHANGELOG for the feature
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03564893b0..0b84708e22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Major changes:
* command_warnings feature will warn about when usage of the shell/command module can be simplified to use core modules - this can be enabled in ansible.cfg
* new omit value can be used to leave off a parameter when not set, like so module_name: a=1 b={{ c | default(omit) }}, would not pass value for b (not even an empty value) if c was not set.
* developers: 'baby JSON' in module responses, originally intended for writing modules in bash, is removed as a feature to simplify logic, script module remains available for running bash scripts.
+* async jobs started in "fire & forget" mode can now be checked on at a later time.
New Modules: