We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In AAP 2.5 https://issues.redhat.com/browse/AAP-37903 introduced new API status endpoints, aap_setup_install role should adapt to this new change.
aap_setup_install
ansible --version ansible [core 2.16.12] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.12/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3) jinja version = 3.1.4 libyaml = True ansible-galaxy collection list # /root/.ansible/collections/ansible_collections Collection Version ---------------------------------------- ------- ansible.posix 1.6.0 ansible.windows 2.5.0 awx.awx 24.6.1 community.crypto 2.22.0 community.general 9.4.0 community.vmware 5.1.0 infra.aap_utilities 2.5.2 kubernetes.core 5.0.0 nshaik.aap_collection 1.0.18 vmware.vmware 1.6.0 podman --version podman version 5.2.2
AAP 2.5-7 latest setup bundle to test on RHEL 9.5
new conditional check should be introduced
API status checks in https://github.com/redhat-cop/aap_utilities/blob/devel/roles/aap_setup_install/tasks/setup.yml#L71-L77 would fail as per new changes in API status endpoint introduced with https://issues.redhat.com/browse/AAP-37903
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
In AAP 2.5 https://issues.redhat.com/browse/AAP-37903 introduced new API status endpoints,
aap_setup_install
role should adapt to this new change.Issue Type
Ansible, Collection, Docker/Podman details
OS / ENVIRONMENT
AAP 2.5-7 latest setup bundle to test on RHEL 9.5
Desired Behavior
new conditional check should be introduced
Actual Behavior
API status checks in https://github.com/redhat-cop/aap_utilities/blob/devel/roles/aap_setup_install/tasks/setup.yml#L71-L77 would fail as per new changes in API status endpoint introduced with https://issues.redhat.com/browse/AAP-37903
The text was updated successfully, but these errors were encountered: