Hello folks,
we have a Ubuntu 14.04 box running Ansible and Ansible-Tower on it. The packages are updates regularly. The Ansible mirror is also listed in the sources.list, so it gets updates too. But there seem to be something wrong. I'm thinking this because
1. When I do a ansible --version it shows 2.0.0.2
ansible@DE9899S76 ~ % ansible --version
ansible 2.0.0.2
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
2. apt-get -u -V upgrade says there are no upgrade pending. The ansible package is not locked or pinned in apt.
3. apt-cache --showpkg ansible says it' 2.2.0.0
4. Playbooks with the synchronize module have a problem that has been solved in version 2.1, as far as I've read. When you use this module with become: yes, sudo is not used on the remote machine but on the ansible server.
So it looks to me like some parts have been updated to version 2.2.0.0 and others not. Can anybody explain this to me or has any tips for me to get this riddle solved? Any help would be appreciated :)