mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
committed by
Pierre-Yves Chibon
parent
d1f4d753b6
commit
12287e3e23
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user