HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 32 forks source link

fix missing pyhton3 on dmgr #309

Closed marde16 closed 1 year ago

marde16 commented 1 year ago

The missing python3 package on dmgr causes the following error during the extention installation

TASK [docs : Run the Docs Editor Extension installer (fresh)] *** fatal: [dmgr.mydomain.com]: FAILED! => {...... "msg": "non-zero return code", "rc": 127, "start": "2023-08-02 16:25:52.602420", "stderr": "./install.sh: line 17: python3: command not found", "stderr_lines": ["./install.sh: line 17: python3: command not found"], "stdout": "", "stdout_lines": []}