|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
- name: Create python bin link for yarn
|
|
- name: Create python bin link for yarn
|
|
file:
|
|
file:
|
|
- src: /usr/local/bin/python3.7
|
|
|
|
|
|
+ src: /usr/local/bin/python3.8
|
|
dest: /usr/bin/python
|
|
dest: /usr/bin/python
|
|
owner: root
|
|
owner: root
|
|
state: link
|
|
state: link
|
|
@@ -73,12 +73,12 @@
|
|
- deploy
|
|
- deploy
|
|
|
|
|
|
- name: Migrations up to date
|
|
- name: Migrations up to date
|
|
- command: bash -lc "direnv exec /usr/local/src/mathesar /usr/local/bin/python3.7 /usr/local/src/mathesar/manage.py migrate"
|
|
|
|
|
|
+ command: bash -lc "direnv exec /usr/local/src/mathesar /usr/local/bin/python3.8 /usr/local/src/mathesar/manage.py migrate"
|
|
tags:
|
|
tags:
|
|
- deploy
|
|
- deploy
|
|
|
|
|
|
- name: Install base tables
|
|
- name: Install base tables
|
|
- command: bash -lc "direnv exec /usr/local/src/mathesar /usr/local/bin/python3.7 /usr/local/src/mathesar/install.py"
|
|
|
|
|
|
+ command: bash -lc "direnv exec /usr/local/src/mathesar /usr/local/bin/python3.8 /usr/local/src/mathesar/install.py"
|
|
tags:
|
|
tags:
|
|
- deploy
|
|
- deploy
|
|
|
|
|