Switch default python version to python3

Change-Id: I654dd384d98b7c3f8f905fff2f1488e1133b11af
This commit is contained in:
Jonathan Rosser 2021-03-10 12:09:11 +00:00
parent 15f24d11f3
commit 13dfe075b1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ uwsgi_install_method: source
uwsgi_venv_tag: "{{ venv_tag | default('untagged') }}"
uwsgi_pip_install_args: "{{ pip_install_options | default('') }}"
uwsgi_python_executable: "python2"
uwsgi_python_executable: "python3"
uwsgi_package_state: "latest"