set python3 ansible interpreter for the f26 based osbs clusters
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
ca87c1fc26
commit
6601729512
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,10 @@ containerized={{openshift_ansible_containerized_deploy}}
|
|||
ansible_become=yes
|
||||
{% endif %}
|
||||
|
||||
{% if openshift_ansible_python_interpreter is defined %}
|
||||
ansible_python_interpreter={{openshift_ansible_python_interpreter}}
|
||||
{% endif %}
|
||||
|
||||
# Debug level for all OpenShift components (Defaults to 2)
|
||||
debug_level={{openshift_debug_level}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue