Hi,
Is there any way to remove deprecation warnings from the output of the playbooks running inside AXW? I get something like the following:
[DEPRECATION WARNING]: Distribution centos 8 on host R3 should use
6
/usr/libexec/platform-python, but is using /usr/bin/python for backward
7
compatibility with prior Ansible releases. A future Ansible release will
8
default to using the discovered platform python for this host. See https://docs
9
.ansible.com/ansible/2.11/reference_appendices/interpreter_discovery.html for
10
more information. This feature will be removed in version 2.12. Deprecation
11
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
I tried adding a variable in the Template (deprecation_warnings: False) but it’s not working, and I dont know how to reach the global ansible.cfg file.
Thanks!