I get warning when I execute an ansible command, for example. (Macbook Pro)
$ ansible --version /Library/Python/2.7/site-packages/cryptography/__init__.py:39: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. CryptographyDeprecationWarning, ansible 2.9.13 config file = /Users/cfouts/.ansible.cfg configured module search path = [u'/Path/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /Path/Library/Python/2.7/lib/python/site-packages/ansible executable location = /usr/local/bin/ansible python version = 2.7.16 (default, Jun 5 2020, 22:59:21) [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc- Do I just set up the ansible_python_interpreter = ??? in my config file for a different python library? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1b49ca2b-6750-4b88-b49c-86419720905en%40googlegroups.com.
