mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 23:14:47 -03:30
combine bootstrap options, add xenial support
This commit is contained in:
2
roles/bootstrap-os/templates/python_shim.j2
Normal file
2
roles/bootstrap-os/templates/python_shim.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
LD_LIBRARY_PATH={{ pypy_install_path }}/lib:$LD_LIBRARY_PATH exec {{ pypy_install_path }}/bin/{{ item.src }} "$@"
|
||||
Reference in New Issue
Block a user