geosolutions-it / C106-2017

Ansible Automation
1 stars 1 forks source link

Ansible 2.9.4 has Depreciation Warnings #40

Open mgfernando opened 4 years ago

mgfernando commented 4 years ago

Hi, I kept on having these warnings when I run ansible. What are these? FYI, S1, S2 and S3 are network switches that i'm trying to automate using ansible

[DEPRECATION WARNING]: Param 'timeout' is deprecated. See the module docs for more information. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: Distribution Ubuntu 16.04 on host S3 should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.