From 0252aac22687a72c1a38ab7373bc07003ae445c9 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sun, 22 Sep 2013 09:18:06 -0500 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c6fa67a3a..750898307a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ New modules: Misc changes: +* Added `state=touch` to the file module, which functions similarly to the command-line version of `touch` * Added a -vvvv level, which will show SSH client debugging information in the event of a failure. * Includes now support the more standard syntax, similar to that of role includes and dependencies. It is no longer necessary to specify a special "vas" field for the variables passed to the include. * Changed the `user:` parameter on plays to `remote_user:` to prevent confusion with the module of the same name. Still backwards compatible on play parameters.