Ver código fonte

Merge pull request #119 from soulrebel/fix_owncloud_install

Update the APT cache after adding the ownCloud repo
Alex Payne 10 anos atrás
pai
commit
6905fd0e3e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      roles/owncloud/tasks/owncloud.yml

+ 1
- 1
roles/owncloud/tasks/owncloud.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar