perf: migrat

pull/8997/head
feng 2022-10-27 19:03:42 +08:00
parent 2355d1af83
commit 4ab14b4a59
3 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,7 @@
- hosts: mysql
gather_facts: no
vars:
# ansible_python_interpreter: /usr/local/bin/python
ansible_python_interpreter: /Users/xiaofeng/Desktop/jumpserver/venv/bin/python
ansible_python_interpreter: /usr/local/bin/python
tasks:
- name: Get info

View File

@ -1,8 +1,7 @@
- hosts: postgresql
gather_facts: no
vars:
# ansible_python_interpreter: /usr/local/bin/python
ansible_python_interpreter: /Users/xiaofeng/Desktop/jumpserver/venv/bin/python
ansible_python_interpreter: /usr/local/bin/python
tasks:
- name: Get info

View File

@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('assets', '0110_auto_20221021_1506'),
('assets', '0107_auto_20221019_1115'),
]
operations = [