FreeKB - Ansible Install Ansible on Linux using pip
www.freekb.net › ArticleMay 08, 2021 · Or, a specific version of ansible can be installed. pip install ansible=3.2.0 Also installed the packaging package, which is used by ansible base. pip install packaging This is required, because if the packaging package is not installed, something like this will probably get returned when using the ansible-playbook command. ERROR!