解决方法:因为刚安装了python,查看报错python2.7觉得有可能是python版本问题,通过命令更新一下python

yum update python*

 

 

 

 再次执行也是报错

 

 最后百度,尝试了以下方法,执行命令

yum install dnf-data dnf-plugins-core libdnf-devel libdnf python2-dnf-plugin-migrate dnf-automatic

 

 

 

 再次执行命令 dnf install ansible

 

 

问题解决