redhat - Yum installing different version of ansible then stated. -


i want install ansible 2.1 via yum (yum install ansible). yum info states version 2.1 when install previous version.

i have tried cleaning yum, removing ansible , installing (yum remove ansible yum install ansible)

[root@server /]# ansible --version ansible 2.0.0.2   config file = /etc/ansible/ansible.cfg   configured module search path = default w/o overrides traceback (most recent call last):   file "/bin/ansible", line 124, in <module>     shutil.rmtree(c.default_local_tmp, true) attributeerror: 'module' object has no attribute 'default_local_tmp'  [root@server /]# yum list installed ansible loaded plugins: fastestmirror, priorities repository epel listed more once in configuration repository epel-source listed more once in configuration loading mirror speeds cached hostfile  * base: bay.uchicago.edu  * epel: mirror.steadfast.net  * extras: centos.chicago.waneq.com  * updates: mirrors.tripadvisor.com  * webtatic: us-east.repo.webtatic.com installed packages ansible.noarch                                          2.1.0.0-1.el7                                          @epel 

on different server have ansible --version state being 2.1


Comments