Sfoglia il codice sorgente

Merge pull request #119 from soulrebel/fix_owncloud_install

Update the APT cache after adding the ownCloud repo
Alex Payne 11 anni fa
parent
commit
6905fd0e3e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      roles/owncloud/tasks/owncloud.yml

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

@@ -15,7 +15,7 @@
15 15
   apt_repository: repo='deb http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/ /'
16 16
 
17 17
 - name: Install ownCloud from OpenSuSE repository
18
-  apt: pkg=owncloud
18
+  apt: pkg=owncloud update_cache=yes
19 19
 
20 20
 - name: Install PHP-APC
21 21
   apt: pkg=php-apc

Loading…
Annulla
Salva