I used sudo pip install ansible --upgrade
to upgrade Ansible on CentOS 6. When I typed ansible --version
, it gave me the updated version number. However all the Ansible core modules did not get updated. I had to manually update the core modules one by one from the source.
Does anyone know how to do Ansible version update with all the core modules being updated as well?