You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
402 B

- name: import wallabag sql
shell: PGPASSWORD='{{ wallabag_db_password }}' psql -h localhost -d {{ wallabag_db_database }} -U {{ wallabag_db_username }} -f /var/www/wallabag/install/postgres.sql --set ON_ERROR_STOP=1
notify: remove install folder
#'
- name: restart apache2
service: name=apache2 state=restarted
- name: remove install folder
file: path=/var/www/wallabag/install state=absent