Browse Source

Merge pull request #119 from soulrebel/fix_owncloud_install

Update the APT cache after adding the ownCloud repo
Alex Payne 11 years ago
parent
commit
6905fd0e3e
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