Installing Openshift 3.11 using Ansible AWX

Hello

I’m trying to install OpenShift 3.11 on AWX. Specifically, I’m trying to install https://github.com/openshift/openshift-ansible/releases/tag/openshift-ansible-3.11.170-1

I’ve created a virtual environment in AWX.

Mostly its working fine, however the AWX job fails on:

`

TASK [etcd : Delete temporary directory] ***************************************

fatal: [prod-master100.prod → localhost]: FAILED! => {“changed”: false, “module_stderr”: “/bin/sh: /usr/bin/python: No such file or directory\n”, “module_stdout”: “”, “msg”: “MODULE FAILURE”, “rc”: 127}

`

I’m guessing its trying to delete a local, tmp, directory.

How can I solve, or get around, this issue?

Thanks