Browse Source

Fix typo in package name

rokaz 9 years ago
parent
commit
70a1081a84
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

@@ -4,7 +4,7 @@
4 4
 - name: Install ownCloud  dependencies
5 5
   apt: pkg={{ item }} state=present
6 6
   with_items:
7
-    - postgres
7
+    - postgresql
8 8
     - libapache2-mod-php5
9 9
     - php-apc
10 10
     - python-psycopg2

Loading…
Cancel
Save