I echo Chris's post. The docs say for yum the command is sudo yum install 
ansible. But that still only gets you 1.9.4. When will Ansible update YUM 
with 2.0?????

Thank you Slim....the info in your post worked. I now have 2.0. :-}


On Monday, January 18, 2016 at 3:07:04 PM UTC-5, Chris Short wrote:
>
> It seems to me that the issue revolves around upgrading setuptools. I'm 
> totally okay with uninstalling and reinstalling Ansible but I am curious 
> about "better" ways of upgrading if people would like to share them.
>
> On Friday, January 15, 2016 at 11:29:58 AM UTC-5, Slim Slam wrote:
>>
>> As you may recall, I had to uninstall Ansible 1.9.4 in order to install 
>> Ansible 2.0.0.0. But now, upgrading to Ansible 2.0.0.2 succeeds but has no 
>> effect.
>> I'm on MacOSX El Capitan (10.11.2)
>>
>> $ ansible --version
>> ansible 2.0.0.0
>>   config file =
>>   configured module search path = Default w/o overrides
>> $
>>
>> $ sudo -H pip install --upgrade ansible --user python
>> Password:
>> Collecting ansible
>>   Downloading ansible-2.0.0.2.tar.gz (1.5MB)
>>     100% |################################| 1.5MB 258kB/s
>> Requirement already up-to-date: python in /System/Library/Frameworks/
>> Python.framework/Versions/2.7/lib/python2.7/lib-dynload
>> Requirement already up-to-date: paramiko in 
>> /Library/Python/2.7/site-packages 
>> (from ansible)
>> Requirement already up-to-date: jinja2 in /Library/Python/2.7/site-packages 
>> (from ansible)
>> Requirement already up-to-date: PyYAML in /Library/Python/2.7/site-packages 
>> (from ansible)
>> Collecting setuptools (from ansible)
>>   Using cached setuptools-19.2-py2.py3-none-any.whl
>> Requirement already up-to-date: pycrypto>=2.6 in /Library/Python/2.7/site
>> -packages (from ansible)
>> Requirement already up-to-date: ecdsa>=0.11 in 
>> /Library/Python/2.7/site-packages 
>> (from paramiko->ansible)
>> Requirement already up-to-date: MarkupSafe in 
>> /Library/Python/2.7/site-packages 
>> (from jinja2->ansible)
>> Installing collected packages: setuptools, ansible
>>   Running setup.py install for ansible
>> Successfully installed ansible-2.0.0.2 setuptools-1.1.6
>> $
>>
>>
>> $ ansible --version
>> ansible 2.0.0.0
>>   config file =
>>   configured module search path = Default w/o overrides
>> $
>>
>> What is the correct way to handle updates going forward?
>>
>

-- 
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/4e5befb9-f21f-425f-b689-ff0fe7e43f8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to