Fix no venv

This commit is contained in:
SebClem 2023-02-17 14:53:07 +01:00
parent d234fad50d
commit 4a7175e7d6
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -2,7 +2,6 @@
- name: Install dependent Python Packages
ansible.builtin.pip:
name: "{{ borg_dependent_python_packages }}"
virtualenv: /opt/borgmatic
when: borg_dependent_python_packages is defined
- name: Install main Python Packages