Browse Source

Install owncloud with owncloud-files package

The `owncloud` metapackage also installs dependencies such as Apache.
To avoid version problems, just install ownCloud.
Michael Gierens 6 years ago
parent
commit
b405e40d05
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/owncloud/tasks/owncloud.yml

+ 1
- 1
roles/owncloud/tasks/owncloud.yml View File

@@ -28,7 +28,7 @@
28 28
     - dependencies
29 29
 
30 30
 - name: Install ownCloud
31
-  apt: pkg=owncloud update_cache=yes
31
+  apt: pkg=owncloud-files update_cache=yes
32 32
   tags:
33 33
     - dependencies
34 34
 

Loading…
Cancel
Save