update ansible

This commit is contained in:
wh1te909 2023-03-10 02:50:35 +00:00
parent 7d017f9494
commit 076f3e05d6
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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