1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-07-06 22:39:04 +02:00

Adding some additional python venv and pip packages

This commit is contained in:
L3D 2023-10-30 01:50:26 +01:00
parent 1c12366f23
commit cd1e031d33
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 7 additions and 2 deletions

View file

@ -10,8 +10,13 @@
- name: Install Python3 Virtualenv
become: true
ansible.builtin.package:
name: python3-virtualenv
name: "{{ item }}"
state: present
loop:
- 'python3-virtualenv'
- 'python3-dev'
- 'python3-pip'
- 'python-is-python3'
- name: Install etebase python requirements in virtualenv
become: true

View file

@ -4,5 +4,5 @@ etebase__repo_api: 'https://api.github.com/repos/etesync/server/tags'
etebase__venv: "{{ etebase__venv_path }}/{{ etebase_version_target }}"
# versionscheck
playbook_version_number: 16 # should be a integer
playbook_version_number: 17 # should be a integer
playbook_version_path: 'role-do1jlr.etebase'