Sfoglia il codice sorgente

Fix typo in package name

rokaz 9 anni fa
parent
commit
70a1081a84
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

@@ -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…
Annulla
Salva