[ansible-project] Re: Running playbook from a cron jobs fails

2016-02-01 Thread Uwe Kruse
Hello, the problem was that i had different Versions of ansible installed on the system. One with python pip and one with apt. I removed all ansible packages and did a fresh install. Then everything was ok. Thank you, Uwe Am Dienstag, 26. Januar 2016 15:35:13 UTC+1 schrieb Uwe Kruse: > >

[ansible-project] Re: Running playbook from a cron jobs fails

2016-01-26 Thread Uwe Kruse
Hello, i tried some playbook runs with an without paramiko. There ist always the same problem and i think that the module ansible-playbook has th root cause. I use the same user in the ssh and the cron session so the privileges on the remote host are the same. May be my local environment is no

[ansible-project] Running playbook from a cron jobs fails

2016-01-26 Thread Uwe Kruse
sr/bin/ansible", line 86, in parse utils.check_mutually_exclusive_privilege(options, parser) AttributeError: 'module' object has no attribute 'check_mutually_exclusive_privilege' ? When i run it in a ssh-session everything works fine. What can i do to run the pl