From 701cc262bec1fd6a5e0cd5dc4f3ffbaf1a21b992 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 31 Jul 2017 11:48:27 -0700 Subject: [PATCH] Add changelog entry for exclude_path param of archive module --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167b6fe4e3..02efbfb8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,6 +138,7 @@ Ansible Changes By Release lnk_source when the target is specified relative to the symlink. In this case, lnk_target will remain relative while lnk_source will be expanded to an absolute path. +- The archive module has a new parameter exclude_path which lists paths to exclude from the archive ### New Modules