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:
parent
d1f4d753b6
commit
12287e3e23
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue