summaryrefslogtreecommitdiff
path: root/roles/nextcloud/tasks/download.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nextcloud/tasks/download.yml')
-rw-r--r--roles/nextcloud/tasks/download.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/nextcloud/tasks/download.yml b/roles/nextcloud/tasks/download.yml
index 0aaf858..99fc55b 100644
--- a/roles/nextcloud/tasks/download.yml
+++ b/roles/nextcloud/tasks/download.yml
@@ -1,8 +1,3 @@
-- name: install php packages
- apt:
- name: '{{ nextcloud_php_present }}'
- install_recommends: 'no'
-
- name: nc_download | Create and set directory ownership & permissions for the webroot folder
ansible.builtin.file:
path: "{{ nextcloud_webroot }}"