Here you go --
# ansible --version
ansible [core 2.12.2]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules',
'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.8/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.8.12 (default, May 10 2022, 23:46:40) [GCC 8.5.0 20210514 (Red Hat
8.5.0-10)]
jinja version = 2.10.3
libyaml = True
[root@frm-cta-ov3 plugins]# rpm -qa | grep ovirt-hosted-engine-setup
ovirt-hosted-engine-setup-2.6.3-1.el8.noarch
[root@frm-cta-ov3 plugins]# rpm -qa | grep ovirt-ansible-collection
ovirt-ansible-collection-2.0.3-1.el8.noarch
ansible -m firewalld -a state=enabled localhost -e
This returns the ansible syntax help. Should I change something?
ansible_python_interpreter=/usr/bin/python3
This doesn't return anything.
Hope this is enlightening!