Re: [ansible-project] Ansible Errors when running Playbook

2017-04-18 Thread Benjamin Redling
Hello, On 2017-04-18 02:40, Anfield wrote: > Getting the following errors - can anyone help? [...] > ImportError: /usr/lib64/python2.7/lib-dynload/_struct.so: invalid ELF header what platform are you on? How did you install python, ansible and the dependencies? Regards, Benjamin -- FSU Jena | J

Re: [ansible-project] Ansible Errors when running Playbook

2017-04-17 Thread Ted Timmons
Looks like you have a corrupted file or are running on a different CPU type (eg 386 vs Arm). On Mon, Apr 17, 2017, 17:40 Anfield wrote: > Getting the following errors - can anyone help? > > Traceback (most recent call last): > File "/usr/bin/ansible-playbook", line 41, in > from multiproc

[ansible-project] Ansible Errors when running Playbook

2017-04-17 Thread Anfield
Getting the following errors - can anyone help? Traceback (most recent call last): File "/usr/bin/ansible-playbook", line 41, in from multiprocessing import Lock File "/usr/lib64/python2.7/multiprocessing/__init__.py", line 65, in from multiprocessing.util import SUBDEBUG, SUBWARNIN