Browse Source

adding apache2 handler

master
theonlydoo 9 years ago
parent
commit
6a6fb3ab12
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      roles/wallabag/tasks/wallabag.yml

+ 5
- 5
roles/wallabag/tasks/wallabag.yml View File

@ -21,11 +21,11 @@
- php5-pgsql
- php5-tidy
#- name: Import database user template
# template: src=root-wallabag.sql.j2 dest=/root/wallabag.sql
#
#- name: Import sql file for account and db creation
# shell: mysql < /root/wallabag.sql
- name: Import database user template
template: src=root-wallabag.sql.j2 dest=/root/wallabag.sql
- name: Import sql file for account and db creation
shell: mysql < /root/wallabag.sql
- name: Import wallabag sql

Loading…
Cancel
Save