Procházet zdrojové kódy

Ignore carddav database errors

Justin Plock před 11 roky
rodič
revize
c3b1362e78
No account linked to committer's email address
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      roles/webmail/handlers/main.yml

+ 1
- 1
roles/webmail/handlers/main.yml Zobrazit soubor

@@ -7,4 +7,4 @@
7 7
   notify: import sql carddav
8 8
 
9 9
 - name: import sql carddav
10
-  action: shell PGPASSWORD='{{ webmail_db_password }}' psql -h localhost -d {{ webmail_db_database }} -U {{ webmail_db_username }} -f /usr/share/roundcube/plugins/carddav/dbinit/postgres.sql --set ON_ERROR_STOP=1
10
+  action: shell PGPASSWORD='{{ webmail_db_password }}' psql -h localhost -d {{ webmail_db_database }} -U {{ webmail_db_username }} -f /usr/share/roundcube/plugins/carddav/dbinit/postgres.sql

Loading…
Zrušit
Uložit