Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2018:2668 - Bug Fix Advisory
Issued:
2018-09-11
Updated:
2018-09-11

RHBA-2018:2668 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Ansible 2.6.4 Z-release for Ansible Engine 2

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Ansible 2.6.4 Z-release for Ansible Engine 2

Description

v2.6.4
======

Release Summary

  • --------------

| Release Date: 2018-09-06
| `Porting Guide
<https://docs.ansible.com/ansible/devel/porting_guides.html>`_

Minor Changes

  • ------------
  • add azure_rm_storageaccount support to StorageV2 kind.

(https://github.com/ansible/ansible/pull/44242)

  • import_tasks - Do not allow import_tasks to transition to dynamic if the

file is missing (https://github.com/ansible/ansible/issues/44822)

Bugfixes

  • -------
  • Add md5sum check in nxos_file_copy module

(https://github.com/ansible/ansible/pull/43423).

  • Allow arbitrary ``log_driver`` for docker_container

(https://github.com/ansible/ansible/pull/33579).

  • Fix Python2.6 regex bug terminal plugin nxos, iosxr

(https://github.com/ansible/ansible/pull/45135).

  • Fix check_mode in nxos_static_route module

(https://github.com/ansible/ansible/pull/44252).

  • Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d

directories under /etc/init.d

  • Fix network config diff issue for lines

(https://github.com/ansible/ansible/pull/43889)

  • Fixed an issue where ``ansible_facts.pkg_mgr`` would incorrectly set to

``zypper`` on Debian/Ubuntu systems that happened to have the command
installed.

  • The docker_* modules respect the DOCKER_* environment variables again

(https://github.com/ansible/ansible/pull/42641).

  • The fix for `CVE-2018-10875

<https://access.redhat.com/security/cve/cve-2018-10875>`_ prints out a
warning message about skipping a config file from a world writable current
working directory. However, if the user is in a world writable current
working directory which does not contain a config file, it should not print
a warning message. This release fixes that extaneous warning.

  • To resolve nios_network issue where vendor-encapsulated-options can not

have a use_option flag. (https://github.com/ansible/ansible/pull/43925)

  • To resolve the issue of handling exception for Nios lookup gracefully.

(https://github.com/ansible/ansible/pull/44078)

  • always correctly template no log for tasks

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

  • ansible-galaxy - properly list all roles in roles_path

(https://github.com/ansible/ansible/issues/43010)

  • basic.py - catch ValueError in case a FIPS enabled platform raises this

exception - https://github.com/ansible/ansible/issues/44447

  • docker_container: fixing ``working_dir`` idempotency problem

(https://github.com/ansible/ansible/pull/42857)

  • docker_container: makes unit parsing for memory sizes more consistent,

and fixes idempotency problem when ``kernel_memory`` is set (see
https://github.com/ansible/ansible/pull/16748 and
https://github.com/ansible/ansible/issues/42692)

  • fix example code for AWS lightsail documentation
  • fix the enable_snat parameter that is only supposed to be used by an user

with the right policies. https://github.com/ansible/ansible/pull/44418

  • fixes docker_container check and debug mode

(https://github.com/ansible/ansible/pull/42380)

  • improves docker_container idempotency

(https://github.com/ansible/ansible/pull/44808)

  • ios_l2_interface - fix bug when list of vlans ends with comma

(https://github.com/ansible/ansible/pull/43879)

  • ios_l2_interface - fix issue with certain interface types

(https://github.com/ansible/ansible/pull/43819)

  • ios_user - fix unable to delete user admin issue

(https://github.com/ansible/ansible/pull/44904)

  • ios_vlan - fix unable to work on certain interface types issue

(https://github.com/ansible/ansible/pull/43819)

  • nxos_facts test lldp feature and fix nxapi check_rc

(https://github.com/ansible/ansible/pull/44104).

  • nxos_interface port-channel idempotence fix for mode

(https://github.com/ansible/ansible/pull/44248).

  • nxos_linkagg mode fix (https://github.com/ansible/ansible/pull/44294).

See
https://github.com/ansible/ansible/blob/v2.6.4/changelogs/CHANGELOG-v2.6.rst for details on this release.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Ansible Engine 2 for RHEL 7 x86_64

Fixes

(none)

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Ansible Engine 2 for RHEL 7

SRPM
ansible-2.6.4-1.el7ae.src.rpm SHA-256: a560a5b5f298057ba688b1a64a63c75547245a281babfaa6062c734c0a8c4f8a
x86_64
ansible-2.6.4-1.el7ae.noarch.rpm SHA-256: a42f961787a871a4bf6a2560090074dadb9117a94f97997d50216bccec2c6c7e

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility