Description of problem: If you enter an invalid Ansible git repo within CloudForms, it does not show any failure within CloudForms Version-Release number of selected component (if applicable): 5.8.0.9-1 How reproducible: Always Steps to Reproduce: 1. In CF, go to Automation->Ansible->Repositories 2. Configuration -> Add New Repository 3. Enter the following values: Name: Test Description: Test URL: https://github.com/invalidurl 4. (optional) check 'Update on Launch' Actual results: You get no errors. The repository is created, but no error is returned to cloudforms saying the refresh of the git repo has failed. Expected results: We should have an error reported in the CloudForms UI stating that the git refresh has failed Additional info:
PR for backend changes: https://github.com/ManageIQ/manageiq/pull/14687 (UI side changes being tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1440903)
PR https://github.com/ManageIQ/manageiq/pull/14687 merged.