Comment 10 for bug 1996482

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ansible (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/864696
Committed: https://opendev.org/openstack/tripleo-ansible/commit/d854a3c30c2a1aa73706566acba71cd40741c32e
Submitter: "Zuul (22348)"
Branch: stable/zed

commit d854a3c30c2a1aa73706566acba71cd40741c32e
Author: Takashi Kajinami <email address hidden>
Date: Mon Nov 14 17:16:34 2022 +0900

    Fix compatibility with Ansible 2.14

    This fixes the following three compatibility problems with the latest
    Ansible 2.14 which was recently released.

    1)
    ITERATING_* attributes and FAILED_* attributes of PlayIterator has been
    deprecated[1] and was removed in Ansible 2.14.

    2)
    The _valid_attrs attribute was replaced by the new FieldAttributes in
    Ansible 2.14[2].

    3)
    The warn parameter of command/shell module was deprecated was removed
    in 2.14[3].

    4)
    Drop usage of removed compat attributes from default callback[4].

    [1] https://github.com/ansible/ansible/pull/73908
    [2] https://github.com/ansible/ansible/pull/74511
    [3] https://github.com/ansible/ansible/pull/77411
    [4] https://github.com/ansible/ansible/pull/77677

    Closes-Bug: #1996482
    Change-Id: I74311e4c11b9dbb4858f119e109acfdaa8e81ff0
    (cherry picked from commit 73da12601770018cb366211ed2485d2fca2c9799)