diff --git a/roles/wallabag/tasks/wallabag.yml b/roles/wallabag/tasks/wallabag.yml index c424b0a..18903b3 100644 --- a/roles/wallabag/tasks/wallabag.yml +++ b/roles/wallabag/tasks/wallabag.yml @@ -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