remove gtar dependency

This commit is contained in:
Oli
2024-06-01 21:22:42 +00:00
parent ebbdff2fd6
commit 329873e44c

View File

@@ -1,17 +1,4 @@
--- ---
- name: Install required system packages
apt:
name:
- python3-pip
state: latest
update_cache: true
cache_valid_time: 3600
- name: Install required python packages
pip:
name: gtar # needed for latest nextcloud tar.bz2 archiv
state: latest
- name: Enable APCu - name: Enable APCu
lineinfile: lineinfile:
path: /etc/php/{{ php_version }}/cli/conf.d/20-apcu.ini path: /etc/php/{{ php_version }}/cli/conf.d/20-apcu.ini