ansible server: set interpreter_python to auto instead of auto_legacy (default)

This will cause ansible command line to also detect things the way our playbooks do.
ie, prefer python3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-23 22:58:34 +00:00 committed by Pierre-Yves Chibon
parent d1f4d753b6
commit 12287e3e23

View file

@ -29,6 +29,8 @@ forks = 150
#module_lang = C
#module_set_locale = False
interpreter_python = auto
# plays will gather facts by default, which contain information about
# the remote system.
#