.Ansible Core support for RHEL System Roles
In RHEL 9.0, Ansible Core is provided, with a limited scope of support, to enable RHEL supported automation use cases. Ansible Core replaces Ansible Engine which was previously provided in a separate repository. Ansible Core is available in the AppStream repository for RHEL. For more details on the supported use cases, see link:https://access.redhat.com/articles/6325611[Scope of support for the Ansible Core package included in the RHEL 9 and RHEL 8.6 and later AppStream repositories]. Users must manually migrate their systems from Ansible Engine to Ansible Core.
Description of problem:
Add meta/requirements.yml if the role requires extra collections such as ansible.posix, ansible.netcommo, community.general, etc.
Update .ansible-lint or fix the role to satisfy the newer version of ansible-lint.
Update sanity ansible-test ignore file or fix the role to satisfy the newer version of ansible-test.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (new packages: rhel-system-roles), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:2443
Description of problem: Add meta/requirements.yml if the role requires extra collections such as ansible.posix, ansible.netcommo, community.general, etc. Update .ansible-lint or fix the role to satisfy the newer version of ansible-lint. Update sanity ansible-test ignore file or fix the role to satisfy the newer version of ansible-test.