I am trying to configure AWX on alma linux9 server

I am trying to configure the AWX on alma linux server, is there any document to install it.

The official way to install it → Ansible AWX Operator Documentation

Thanks for sharing me the document, while installing am facing this below error.

TASK [local_docker : Remove AWX containers before migrating postgres so that the old postgres container does not get used] *********************************
fatal: [localhost]: FAILED! => {“changed”: false, “msg”: “Configuration error - kwargs_from_env() got an unexpected keyword argument ‘ssl_version’”}
…ignoring

TASK [local_docker : Run migrations in task container] *****************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “docker-compose run --rm --service-ports task awx-manage migrate --no-input”, “delta”: “0:00:00.178666”, “end”: “2025-06-06 14:00:10.125879”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2025-06-06 14:00:09.947213”, “stderr”: “Traceback (most recent call last):\n File "/usr/local/bin/docker-compose", line 8, in \n sys.exit(main())\n File "/usr/local/lib/python3.9/site-packages/compose/cli/main.py", line 81, in main\n command_func()\n File "/usr/local/lib/python3.9/site-packages/compose/cli/main.py", line 200, in perform_command\n project = project_from_options(‘.’, options)\n File "/usr/local/lib/python3.9/site-packages/compose/cli/command.py", line 60, in project_from_options\n return get_project(\n File "/usr/local/lib/python3.9/site-packages/compose/cli/command.py", line 152, in get_project\n client = get_client(\n File "/usr/local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 41, in get_client\n client = docker_client(\n File "/usr/local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 124, in docker_client\n kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)\nTypeError: kwargs_from_env() got an unexpected keyword argument ‘ssl_version’”, “stderr_lines”: [“Traceback (most recent call last):”, " File "/usr/local/bin/docker-compose", line 8, in “, " sys.exit(main())”, " File "/usr/local/lib/python3.9/site-packages/compose/cli/main.py", line 81, in main", " command_func()“, " File "/usr/local/lib/python3.9/site-packages/compose/cli/main.py", line 200, in perform_command”, " project = project_from_options(‘.’, options)“, " File "/usr/local/lib/python3.9/site-packages/compose/cli/command.py", line 60, in project_from_options”, " return get_project(“, " File "/usr/local/lib/python3.9/site-packages/compose/cli/command.py", line 152, in get_project”, " client = get_client(“, " File "/usr/local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 41, in get_client”, " client = docker_client(“, " File "/usr/local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 124, in docker_client”, " kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)", “TypeError: kwargs_from_env() got an unexpected keyword argument ‘ssl_version’”], “stdout”: “”, “stdout_lines”: }

PLAY RECAP *************************************************************************************************************************************************
localhost : ok=15 changed=3 unreachable=0 failed=1 skipped=73 rescued=0 ignored=2

Do you have any comments on this issue? Please let me know. I was stuck at this step and was unable to install AWX on the Alma Linux 9 server.