Hello I am trying to install ironwood.master on a linux ubuntu 16.04
At step 5, my install keeps failing (“Ansible failed!”) at part of the process.
-
wget https:
/
/
raw.githubusercontent.com
/
edx
/
configuration
/
$OPENEDX_RELEASE
/
util
/
install
/
native.sh
-
O
-
| bash
Here is the printout from the log file: https://yadi.sk/d/8ZUd9ADG3OKJ-Q
TASK [edx_django_service : install production requirements] ********************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“make”, “production-requirements”], “delta”: “0:00:22.566787”, “end”: “2020-04-03 02:47:37.315081”, “failed”: true, “rc”: 2, “start”: "2020-04-03 02:47:1$
RUNNING HANDLER [forum : restart the forum service] ****************************
to retry, use: --limit @/var/tmp/configuration/playbooks/openedx_native.retry
PLAY RECAP *********************************************************************
localhost : ok=448 changed=128 unreachable=0 failed=1
========================================
Ansible failed!