From 0937196df18aaa7ea21241e76ef7db6432f3d54d Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Tue, 10 Jan 2017 14:18:52 +0100 Subject: [PATCH] Sync changelog with recent illumos networking modules (#20074) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5a8dfdf22..b9c971fa778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,13 @@ Ansible Changes By Release * ipa_sudorule * ipa_user - icinga2_feature +- illumos: + * dladm_iptun + * dladm_linkprop + * dladm_vlan + * ipadm_addr + * ipadm_addrprop + * ipadm_ifprop - infinibox: * infini_export * infini_export_client @@ -92,7 +99,7 @@ Ansible Changes By Release * Added the ability to specify serial batches as a list (`serial: [1, 5, 10]`), which allows for so-called "canary" actions in one play. * Fixed 'local type' plugins and actions to have a more predictable relative path. Fixes a regression of 1.9 (PR #16805). Existing users of 2.x will need to adjust related tasks. * `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 +* `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. * New privilege escalation become method `ksu` * Windows `async:` support for long-running or background tasks. * Windows `environment:` support for setting module environment vars in play/task.