ansible安装后运行报错cryptography,


[root@kazihuo ~]# ansible all -m ping

ERROR! Unexpected Exception, this is probably a bug: (cryptography 0.8.2 (/usr/lib64/python2.7/site-packages), Requirement.parse('cryptography>=1.1'))

[root@kazihuo ~]# rpm -qa |grep python-crypto

[root@kazihuo ~]# yum -y remove python-cryptography

[root@kazihuo ~]# yum -y install ansible

 

-------------------------------------------------------------

作者:罗穆瑞 出处:http://www.cnblogs.com/kazihuo/

转载请保留此段声明,且在文章页面明显位置给出原文链接,谢谢!

------------------------------------------------------------------------------

如果觉得这篇文章对你有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!

------------------------------------------------------------------------------

相关内容