So the conclusion must be that apt remove ansible will not completely remove 2.8.3. This version is still installed ready to be activated if another apt install ansible is executed. Is there a way to completely remove Ansible 2.8.3? Short of completely reinstalling Ubuntu 18.04? BTW, I installed 2.8.3 using official Ansible repository
You can uninstall or removes an installed ansible package itself from Ubuntu 17.04 (Zesty Zapus) through the terminal,. $ sudo apt-get remove ansible ...
Uninstall ansible and its dependencies. sudo apt-get remove --auto-remove ansible. This will remove the ansible package and any other dependant packages ...
ansible apt module to remove package or uninstall the pacakge ansible apt module to install multiple packages using with_items updates the list of available packages install a debian package using ansible apt module Install a debian package package from the internet ansible apt module upgrade Ansible APT Module
If yes , remove unused dependency packages for all module states except build-dep. It can also be used as the only option. Previous to version 2.4, autoclean ...
For example, installing packages to the hosts, removing packages from the hosts, and updating packages. It works similar to 'yum' package manager that is used ...
Ansible cannot automatically remove packages when you remove them from you playbook. Ansible is stateless and will only do what you explicitly describe in ...
12.11.2021 · Note. This module is part of ansible-core and included in all Ansible installations. In most cases, you can use the short module name apt_repository even without specifying the collections: keyword. However, we recommend you use the FQCN for easy linking to the module documentation and to avoid conflicting with other collections that may have the same module …