Browse code

lxc_container py3 fix in changelog

Toshio Kuratomi authored on 2017/09/28 12:34:37
Showing 1 changed files
... ...
@@ -17,6 +17,7 @@ Ansible Changes By Release
17 17
   * Fix for python3 and nonascii strings in inventory plugins (https://github.com/ansible/ansible/pull/30666)
18 18
   * Fix missing urllib in iam_policy
19 19
   * Fix crypttab module for bytes<=>text string mismatch ( https://github.com/ansible/ansible/pull/30457 )
20
+  * Fix lxc_container module combining bytes with text ( https://github.com/ansible/ansible/pull/30572 )
20 21
 * Fix for win_file to respect check mode when deleting directories
21 22
 * Fix for Ansible.ModuleUtils.Legacy.psm1 to return list params correctly
22 23
 * Fix for a proper logout in the module ovirt_vms