From 6a6fb3ab129252e64ef23f85968588dec9cbdca6 Mon Sep 17 00:00:00 2001 From: theonlydoo Date: Sun, 4 Jan 2015 13:18:46 +0100 Subject: [PATCH] adding apache2 handler --- roles/wallabag/tasks/wallabag.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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