Hi all, we’re happy to announce that Ansible 2.3.2 RC1 is available for testing.
This release fixes quite a few bugs since the 2.3.1 release, some of which are:
- Re-enabled non-pipelined mode for winrm/powershell as a work-around for connection plugins that don’t support pipelining.
- Fixed a bug in which facts were not always properly delegated.
- Fixed a bug where child roles were incorrectly included in the dependency chain when include_role was used.
- Fixed a bug where any_errors_fatal was not properly used when configured at the play level.
- Fixed a bug where low disk space on the remote system could cause module execution to fail.
- Directories in /etc/skel will get users ownership when home dir is created.
- Lots of docker-related module fixes:
- Fixed #21464 - docker_network: TypeError with existing network.
- Fixed #22530 - docker_network Failed but Overlay network created successfully on Docker swarm mode.
- Properly handle Docker image comparison for published_ports defined as IP::PORT.
- Fixed bug where Docker does not output Status after pull anymore.
- Fixed bug where docker_container with empty links list always restarts.
- Some PY3 bug fixes.
How do you get it?