I install ansible in my debian server and i wanna to check if ansible working by entering: ansible -m ping servers (servers - my list) and i got this:
[WARNING]: Error when using bound method CallbackModule.v2_runner_on_failed of
packages/ansible-2.0.0-py2.7.egg/ansible/plugins/callback/minimal.CallbackModule
object at 0x15a9450>>: ‘TaskResult’ object has no attribute ‘copy’
P.S i try to change my minimal.py to this: github but same error