diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-11-14 23:40:48 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-11-14 23:41:14 +0100 |
commit | c005ae3cd95bca0267f57e26abcbe0b8e128c8fd (patch) | |
tree | 47c0b33aa16a2659e6c6b8433faed76d1e5c96cc /CHANGELOG.md | |
parent | Add option to prepend inherited attributes when extending values (diff) | |
download | ansible-c005ae3cd95bca0267f57e26abcbe0b8e128c8fd.tar.xz ansible-c005ae3cd95bca0267f57e26abcbe0b8e128c8fd.zip |
removed package from squash actions
fixes https://github.com/ansible/ansible-modules-core/issues/5595
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd99d1784..c5bcb12290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Ansible Changes By Release * The version and release facts for OpenBSD hosts were reversed. This has been changed so that version has the numeric portion and release has the name of the release. +* removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops, + any user can add back via config options if they don't use those package managers or othewise avoid the errors. ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line |