Hello:

 I did recent build, and found out it caused the issue with asa_command 

https://github.com/ansible/ansible/issues/27083

is that possible I could use yum install for 2.3.1? I would like to install 
the ansible into docker, so I could avoid this kind of issue in the future.

Best,

~Mike

On Tuesday, June 27, 2017 at 10:56:34 AM UTC-7, James Cammarata wrote:
>
> 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?
> ----------------------------------------------------------------------
>
> The tar.gz of the release can be found here:
>
> http://releases.ansible.com/ansible/ansible-2.3.2.0-0.1.rc1.tar.gz
> SHA256: ac01644792a545d65fa3b46b356d1ba8b1ef1589a3a5c7811d1e7dd73cad3833
>
> You can also test against the git repository as follows:
>
> $ git clone https://github.com/ansible/ansible.git
> $ cd ansible
> $ git checkout <tagged version>
> $ git submodule update --init
>
> You can then source our testing script:
>
> $ . hacking/env-setup
>
> or you can build your own .tar.gz (output will be in the dist/ directory):
>
> $ make sdist
>
> If you discover any errors, or if you see any regressions from playbooks 
> which work on 1.9.x and prior, please open a Github issue and be sure to 
> mention you're testing against this release candidate.
>
> Thanks!
>
> James Cammarata
>
> Ansible Lead/Sr. Principal Software Engineer
> Ansible by Red Hat
> twitter: @thejimic, github: jimi-c
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5b7b675f-f799-4eca-b27c-70b0470183a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to