ansible: drop each host/group setting ansible_python_interpreter and just change the interpreter_python value on the control host.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8e5220e5a8
commit
5caa9024c5
12 changed files with 4 additions and 16 deletions
|
@ -29,6 +29,10 @@ forks = 150
|
|||
#module_lang = C
|
||||
#module_set_locale = False
|
||||
|
||||
# auto detect the python to use on targets based on table,
|
||||
# then searching a python path for one.
|
||||
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