[[email protected] ~]# 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‘))
[[email protected] ~]# rpm -qa |grep python-crypto
[[email protected] ~]# yum -y remove python-cryptography
[[email protected] ~]# yum -y install ansible
原文地址:https://www.cnblogs.com/kazihuo/p/9487861.html
时间: 2024-10-16 11:04:54