Any idea on this error how to resolve this

Any idea on this error how to resolve this unable to understand why this is not able to pull roles and also how can I pass force option in project sync like --force.

TASK [fetch galaxy roles from requirements.(yml/yaml)] *************************

21
failed: [localhost] (item=/var/lib/awx/projects/_9__logging_as_a_service_openssearch_branch/roles/requirements.yml) => {“ansible_loop_var”: “item”, “changed”: false, “cmd”: [“ansible-galaxy”, “role”, “install”, “-r”, “/var/lib/awx/projects/_9__logging_as_a_service_openssearch_branch/roles/requirements.yml”, “–roles-path”, “/var/lib/awx/projects/.__awx_cache/_9__logging_as_a_service_openssearch_branch/stage/requirements_roles”], “delta”: “0:00:01.982056”, “end”: “2023-01-24 21:20:45.655511”, “item”: “/var/lib/awx/projects/_9__logging_as_a_service_openssearch_branch/roles/requirements.yml”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2023-01-24 21:20:43.673455”, “stderr”: "[WARNING]: - apsl2einfra.builder-status was NOT installed successfully: -\ncommand /usr/bin/git clone ssh:repository failed in directory\n/home/runner/.ansible/t

do you mind providing the full output of the error message (it looks truncated)?

also, are you able to git clone that repo without credentials (is repo public or private)? if credentials are needed, how did you set that up in the UI?

AWX Team