ansible: How to avoid warnings
In the ansible config file on your ansible controlled host... add the following line
vim ~/.ansible.cfg
[defaults]
interpreter_python=auto_silent
In the ansible config file on your ansible controlled host... add the following line
vim ~/.ansible.cfg
[defaults]
interpreter_python=auto_silent