How to check Ansible version on Linux/Unix
To check the version of Ansible installed on a Linux or Unix system, use the following command: ansible –version The output will show the version number, for example: ansible 2.9.13 config file = None configured module search path = [‘/home/user/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’] ansible python module location = /usr/local/lib/python3.8/dist-packages/ansible executable location = /usr/local/bin/ansible python version = 3.8.7 … Read more