Problem installing ERPNext
Debian 8.3 Jessie 64 LAMP
Using Apache for ssl and http port, using nginx on port 8080 for erpnext - both working fine
MariaDB working allright, using Mysql on the same server - maria db just for erpnext
Using the install script i get
Cloning into ‘/tmp/.bench’…
remote: Counting objects: 167, done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 167 (delta 3), reused 94 (delta 0), pack-reused 0
Receiving objects: 100% (167/167), 7.06 MiB | 3.75 MiB/s, done.
Resolving deltas: 100% (3/3), done.
[WARNING]: provided hosts list is empty, only localhost is available
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Create user] *************************************************************
ok: [localhost]
TASK [Set home folder perms] ***************************************************
ok: [localhost]
TASK [Set home folder perms] ***************************************************
skipping: [localhost]
TASK [Set /tmp/.bench folder perms] ********************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: ‘tuple’ object has no attribute ‘items’
fatal: [localhost]: FAILED! => {“changed”: false, “failed”: true, “module_stderr”: “Traceback (most recent call last):\n File "/root/.ansible/tmp/ansible-tmp-1493214490.78-108811323211964/command", line 2426, in \n main()\n File "/root/.ansible/tmp/ansible-tmp-1493214490.78-108811323211964/command", line 118, in main\n module = CommandModule(argument_spec=dict())\n File "/root/.ansible/tmp/ansible-tmp-1493214490.78-108811323211964/command", line 756, in init\n self._check_arguments(check_invalid_arguments)\n File "/root/.ansible/tmp/ansible-tmp-1493214490.78-108811323211964/command", line 1303, in _check_arguments\n for (k,v) in self.params.items():\nAttributeError: ‘tuple’ object has no attribute ‘items’\n”, “module_stdout”: “”, “msg”: “MODULE FAILURE”, “parsed”: false}
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @develop/create_user.retry
PLAY RECAP *********************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=1
Traceback (most recent call last):
File “install.py”, line 351, in
install_bench(args)
File “install.py”, line 98, in install_bench
run_playbook(‘develop/create_user.yml’, extra_vars=extra_vars)
File “install.py”, line 301, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘develop/create_user.yml’, ‘-e’, ‘@/tmp/extra_vars.json’]’ returned non-zero exit status 2
Where could be a problem I think is here, with the version of libssl which I needed for apache