tripleo-ansible/tripleo_ansible/ansible_plugins/callback
Takashi Kajinami 73da126017 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
2022-11-16 00:23:40 +09:00
..
tripleo.py Fix compatibility with Ansible 2.14 2022-11-16 00:23:40 +09:00
tripleo_dense.py Fix compatibility with Ansible 2.14 2022-11-16 00:23:40 +09:00
tripleo_profile_tasks.py Remove missing stat warning 2022-03-30 12:58:53 -05:00
tripleo_states.py tripleo_states: change wording 2020-07-28 17:27:37 +00:00