mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
Adding some additional python venv and pip packages
This commit is contained in:
parent
1c12366f23
commit
cd1e031d33
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue