update ansible
This commit is contained in:
parent
7d017f9494
commit
076f3e05d6
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
user: "tactical"
|
||||
python_ver: "3.10.8"
|
||||
go_ver: "1.18.5"
|
||||
python_ver: "3.11.2"
|
||||
go_ver: "1.19.7"
|
||||
backend_repo: "https://github.com/amidaware/tacticalrmm.git"
|
||||
frontend_repo: "https://github.com/amidaware/tacticalrmm-web.git"
|
||||
scripts_repo: "https://github.com/amidaware/community-scripts.git"
|
||||
|
|
|
@ -407,7 +407,7 @@
|
|||
tags: pip
|
||||
ansible.builtin.shell:
|
||||
chdir: "{{ backend_dir }}/api"
|
||||
cmd: python3.10 -m venv env
|
||||
cmd: python3.11 -m venv env
|
||||
|
||||
- name: update pip to latest
|
||||
tags: pip
|
||||
|
|
Loading…
Reference in New Issue