Browse Source

Update the APT cache after adding the ownCloud repo

Andrea Ratto 11 years ago
parent
commit
f2b12a0fb3
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

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

Loading…
Cancel
Save