Before upgrading the Ansible version is 2.1.2. After using yum to update the Ansible package, the version still states 2.1.2?? What am missing? Did I do something wrong here?
[root@SDNAUTOS02 allan]# yum update ansible
Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security, subscription-manager
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package ansible.noarch 0:2.2.1.0-1.el6 will be updated
---> Package ansible.noarch 0:2.3.0.0-3.el6 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================================================================================
Package Arch Version Repository Size
=================================================================================================================================================================
Updating:
ansible noarch 2.3.0.0-3.el6 epel 5.9 M
Transaction Summary
=================================================================================================================================================================
Upgrade 1 Package(s)
Total download size: 5.9 M
Is this ok [y/N]: y
Downloading Packages:
ansible-2.3.0.0-3.el6.noarch.rpm | 5.9 MB 00:04
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : ansible-2.3.0.0-3.el6.noarch 1/2
warning: /etc/ansible/ansible.cfg created as /etc/ansible/ansible.cfg.rpmnew
Cleanup : ansible-2.2.1.0-1.el6.noarch 2/2
Verifying : ansible-2.3.0.0-3.el6.noarch 1/2
Verifying : ansible-2.2.1.0-1.el6.noarch 2/2
Updated:
ansible.noarch 0:2.3.0.0-3.el6
Complete!
[root@SDNAUTOS02 allan]# exit
exit
------------------------------------------------------------
Here is a version check after the update. Still says the same exact version???
[allan@SDNAUTOS02 ~]$ ansible --version
ansible 2.1.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = ['/etc/ansible/roles/Juniper.junos/library']
[allan@SDNAUTOS02 ~]$