系统:CentOS Linux release 7.6.1810 (Core)
Python:Python 2.7.5
Ansible:ansible 2.9.7
在执行playbook的时候总是有下面这样的WARNING
[root@master tasks]# ansible-playbook test.yaml
[WARNING]: Skipping plugin (/usr/lib/python2.7/site-packages/ansible/plugins/connection/httpapi.py) as it seems to be invalid: from_buffer() cannot return the address of the raw string within a str or
unicode or bytearray object
[WARNING]: Skipping plugin

在CentOS 7.6上使用Python 2.7.5和Ansible 2.9.7时,执行playbook遇到[WARNING]: Skipping plugin的问题。通过运行`pip install cryptography -U`升级cryptography到2.9.2版本,可以解决此警告。
最低0.47元/天 解锁文章
1198

被折叠的 条评论
为什么被折叠?



