You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot use infra.aap_configuration_extended.object_diff with AAP 2.5, as it checks for infra.controller_configuration or redhat_cop.controller_configuration
while the README says the requirements are ansible.controller
TASK [infra.aap_configuration_extended.object_diff : Fail if no collection is detected] ***
fatal: [localhost]: FAILED! => {"changed": false, "msg": "One of the following collections is required to be installed: 'infra.controller_configuration' or 'redhat_cop.controller_configuration'."}
Issue Type
Bug Report
The text was updated successfully, but these errors were encountered:
Summary
Cannot use infra.aap_configuration_extended.object_diff with AAP 2.5, as it checks for infra.controller_configuration or redhat_cop.controller_configuration
https://github.com/redhat-cop/aap_configuration_extended/blob/devel/roles/object_diff/tasks/main.yml#L32
while the README says the requirements are ansible.controller
Issue Type
The text was updated successfully, but these errors were encountered: