Hi, 

I have a problem, after I install following the howto (No known 
installation error): 

$ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible
$ make rpm
$ sudo rpm -Uvh ./rpmbuild/ansible-*.noarch.rpm

I run the command < ansible localhost -m ping >, and display this error:

[root@sever ansible]# ansible localhost -m ping
Traceback (most recent call last):
  File "/usr/local/scripts/ansible/bin/ansible", line 36, in ?
    from ansible.runner import Runner
  File "/usr/local/scripts/ansible/lib/ansible/runner/__init__.py", line 
36, in ?
    import ansible.constants as C
  File "/usr/local/scripts/ansible/lib/ansible/constants.py", line 76
    except ConfigParser.Error as e:
                               ^
SyntaxError: invalid syntax
[root@sever ansible]#

Can you help me?

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/70642094-6431-4e69-a752-3d9dd552e2de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to