Hi Arthur, 

When I run ansible --version, I get this:

$ ansible --version
ansible 2.1.0
  config file = /home/ansible-user/parkland/config/ansible.cfg
  configured module search path = Default w/o overrides

On Tuesday, March 1, 2016 at 4:21:49 PM UTC-6, Arthur Reyes wrote:
>
> I would see if adding the allege missing line fixes the problem before 
> reporting it as bug.  I don't know if I have the most current build, but 
> that line is missing from my last pull:
> $ ansible --version
> ansible 2.1.0 (devel fb797a9e77) last updated 2016/01/22 14:23:55 (GMT 
> -500)
>
>
> On Tuesday, March 1, 2016 at 4:14:03 PM UTC-6, Joanna Delaporte wrote:
>>
>> That sounds like a bug, then. Do you know where to report it? 
>>
>> On Tuesday, March 1, 2016 at 4:10:25 PM UTC-6, Arthur Reyes wrote:
>>>
>>> To be clear, in /ansible/lib/ansible/plugins/callback/minimal, there is 
>>> no import of ansible.utils.color:
>>>
>>> # Make coding more python3-ish
>>> from __future__ import (absolute_import, division, print_function)
>>> __metaclass__ = type
>>>
>>> from ansible.plugins.callback import CallbackBase
>>> from ansible import constants as C
>>>
>>>
>>> class CallbackModule(CallbackBase):
>>>
>>>
>>> On Tuesday, March 1, 2016 at 4:08:14 PM UTC-6, Arthur Reyes wrote:
>>>>
>>>> I noticed that this module isn't importing this module:
>>>>
>>>> from ansible.utils.color import colorize, hostcolor
>>>>
>>>>
>>>> On Tuesday, March 1, 2016 at 3:54:51 PM UTC-6, Joanna Delaporte wrote:
>>>>>
>>>>> Fixed the typo in the subject. The ad-hoc commands are failing 
>>>>> instantly after this error.
>>>>>
>>>>> On Tuesday, March 1, 2016 at 3:32:58 PM UTC-6, Joanna Delaporte wrote:
>>>>>>
>>>>>> When running ad-hoc ansible commands, I get the following error: 
>>>>>>
>>>>>> $ ansible slackware-lab-64 -m setup
>>>>>>
>>>>>>  [WARNING]: Error when using <bound method 
>>>>>> CallbackModule.v2_runner_on_failed of 
>>>>>> </home/ansible-user/ansible/lib/ansible/plugins/callback/minimal.CallbackModule
>>>>>>  
>>>>>> object at 0x21d15d0>>: 'module' object has no attribute
>>>>>> 'COLOR_ERROR'
>>>>>>
>>>>>> I am also getting the ssh_split error whenever I try to run a 
>>>>>> playbook, so my Ansible is completely broken right now. 
>>>>>>
>>>>>

-- 
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/933ba213-4730-4b66-b28a-2b29d21ede6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to